// Create git alias to add and commit > git config --global alias.ac '!git add -A && git commit -m' > git ac "message"