How do I print a list of my git aliases, i.e., something analogous to the bash alias command?
alias
There is a built-in function... try
$ __git_aliases
lists all the aliases :)