Created
April 13, 2011 13:51
-
-
Save jonbalbarin/917584 to your computer and use it in GitHub Desktop.
my gitconfig
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
[diff] | |
tool = opendiff | |
[color] | |
ui = auto | |
[alias] | |
graph = log --graph --decorate --pretty=short | |
findbranch = "! git branch -a | ack $1" | |
[user] | |
name = My Name | |
email = [email protected] | |
[core] | |
excludesfile = ~/.gitignore |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment