Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git add and commit files all at once

# So instead of
# git add . and 
# git commit -m "Commit Message"
# you can just add and commit files to git all at once with 

git commit -am "commit message"

: '#
git - command 
commit - commit
-am - flag
"commit message" - message to commit files with
#
Source by bootcamp.uxdesign.cc #
 
PREVIOUS NEXT
Tagged: #git #add #commit #files
ADD COMMENT
Topic
Name
6+2 =