🔥 Slater your git add and git commit into a single command:

In your terminal, run :

git config --global  '!git add -A && git commit -m'

Then just git ac "commit message"

385822618