Created
December 17, 2018 04:39
-
-
Save nbhusare/f7adca6da396634cb752aa2f096da87b to your computer and use it in GitHub Desktop.
Display all Git aliases
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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