Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to push code in the github repo for the first time

git init
git add .
git commit -m "Initial commit"
git remote add origin https://github.com/iammujtaba44/examples.git
git remote -v
git push origin master
 
PREVIOUS NEXT
Tagged: #push #code #github #repo #time
ADD COMMENT
Topic
Name
5+4 =