Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git commit

git commit 
optional arguments:
-a: commit all changes(not recomended if you're on windows and are not using vim, windows make .swp files, must be very careful)
-m: to add a message, e.g.: git commit -m "message here"
Source by git-scm.com #
 
PREVIOUS NEXT
Tagged: #git #commit
ADD COMMENT
Topic
Name
9+4 =