Git – List Git aliases

aliasgitterminal

How do I print a list of my git aliases, i.e., something analogous to the bash alias command?

Best Answer

$ git config --get-regexp alias