Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git push command line

1. git init
2. git add .
3. git status
4. git commit -m 'your message'
5. git remote add origin 'url_of_your_directory.git' 
6. git push -u origin master //then login to github
 
PREVIOUS NEXT
Tagged: #git #push #command #line
ADD COMMENT
Topic
Name
7+2 =