Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

Git commit

git commit -a -m "The Commit message"
#commit all changed files with a message

git commit -m "The Commit message"
#commit selected files with a commit message
 
PREVIOUS NEXT
Tagged: #Git #commit
ADD COMMENT
Topic
Name
5+4 =