/
GIT commit and add in one command
GIT commit and add in one command
Normally it is better to do a two phase commit process especially as you are learning.
But as you get more confident, there are shortcuts. Like using the --all flag.
git commit --all -m"Did a meaningful change"
, multiple selections available,
Related content
GIT Commit
GIT Commit
More like this
Commit and Push Changes to Git
Commit and Push Changes to Git
More like this
GIT Commit with VI
GIT Commit with VI
Read with this
Git is a command line tool
Git is a command line tool
Read with this