Answers for "aliasing git commands"

0

create git aliases

$ git config --global alias.ac "!git add -A && git commit -m"
Posted by: Guest on October-30-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language