Alias to show git aliases

[linkstandalone]

Hello cyberspace,

Just putting this here so I remember it. Handy alias to show aliases you've made with git (via git config alias.: execute git config --global alias.aliases '!git --no-pager config --get-regexp "alias.*"' and then you can just type git aliases to show them.