Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to both add and commit in git

#This is equal to git add. and git commit -m "first commit"
git commit -am "first commit"
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #add #commit #git
ADD COMMENT
Topic
Name
8+6 =