git aliases for add commit and push code example Example: git alias add and commit git config --global alias.ac '!git add -A && git commit -m'