Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git commit and push command

git add .
# Adds the file to your local repository and stages it for commit. To unstage a file, use 'git reset HEAD YOUR-FILE'.
Source by docs.github.com #
 
PREVIOUS NEXT
Tagged: #git #commit #push #command
ADD COMMENT
Topic
Name
6+2 =