Answers for "git alias add and commit"

1

git alias add and commit

git config --global alias.ac '!git add -A && git commit -m'
Posted by: Guest on November-22-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language