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"

Â