Answers for "add alias in git"

0

create git aliases

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

Create alias for git push

$ git config --global alias.p 'push'
Posted by: Guest on September-13-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language