Search or show all aliases
Add to your .gitconfig under [alias]:
aliases = !git config --list | grep ^alias\\. | cut -c 7- | grep -Ei --color \"$1\" "#"
Then you can do
git aliases - show ALL aliases
git aliases commit - only aliases containing "commit"