Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git commands

git init
git add *Enter File Name Here*
git commit -m "first commit"
git remote add origin *Enter URL Here*
git push -u origin master
Source by www.atlassian.com #
 
PREVIOUS NEXT
Tagged: #git #commands
ADD COMMENT
Topic
Name
6+9 =