Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to push repository to github

$ git add .
# Adds the files in the local repository and stages them for commit. To unstage a file, use 'git reset HEAD YOUR-FILE'.
Source by docs.github.com #
 
PREVIOUS NEXT
Tagged: #push #repository #github
ADD COMMENT
Topic
Name
1+4 =