Skip to content

Instantly share code, notes, and snippets.

@nbhusare
Created December 17, 2018 04:39
Show Gist options
  • Save nbhusare/f7adca6da396634cb752aa2f096da87b to your computer and use it in GitHub Desktop.
Save nbhusare/f7adca6da396634cb752aa2f096da87b to your computer and use it in GitHub Desktop.
Display all Git aliases
[alias]
aliases = !git config --get-regexp ^alias\\. | sed -e s/^alias.// -e s/\\ /\\ $(printf \"\\043\")--\\>\\ / | column -t -s $(printf \"\\043\") | sort -k 1
$ git aliases
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment