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

20 s
20

$ git config --get-regexp alias

Leave a Reply

Your email address will not be published. Required fields are marked *