Answers for "git add & commit"

5

git add commit in one command

git commit -am "message"
Posted by: Guest on June-22-2020
0

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"
Posted by: Guest on January-29-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language