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"
 
PREVIOUS NEXT
Tagged: #add #commit #git
ADD COMMENT
Topic
Name
9+7 =