List git aliases
Today I learned how to list my git aliases with:
git config --get-regexp alias
# alias.st status
On this case git st
is the same as git status
Today I learned how to list my git aliases with:
git config --get-regexp alias
# alias.st status
On this case git st
is the same as git status