Answers for "git list all alias"

1

git see all aliases

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

git alias list

git config --get-regexp alias
Posted by: Guest on March-25-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language