How do I print a list of my git aliases, i.e., something analogous to the bash alias command?
alias
for windows:
git config --list | findstr "alias"