List Git aliases

ma11hew28 picture ma11hew28 · Aug 15, 2011 · Viewed 147.1k times · Source

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

Answer

William Pursell picture William Pursell · Aug 15, 2011
$ git config --get-regexp alias