Skip to content

Instantly share code, notes, and snippets.

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