Answers for "git list of aliases"

1

git list aliases

$ git config --get-regexp alias
Posted by: Guest on March-03-2021
-1

git see all aliases

git config --list | grep alias
Posted by: Guest on January-08-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language