Created
May 16, 2012 15:48
-
-
Save kristofferh/2711486 to your computer and use it in GitHub Desktop.
List all git aliases
This file contains 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
List just aliases | |
$ git config --get-regexp alias | |
List all config parameters | |
$ git config --list |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
thanks so much