Git shortcut

Written in

by

Improve your speed!*

git commit -am 'commit message'

vs

git add -A
git commit -m 'commit message'

You be the judge.

* That works only if the file is already being tracked.

Tags