Skip to content

Instantly share code, notes, and snippets.

@parndt
Created September 15, 2011 21:55
Show Gist options
  • Save parndt/1220605 to your computer and use it in GitHub Desktop.
Save parndt/1220605 to your computer and use it in GitHub Desktop.
What I use in my ~/.gitconfig
[user]
name = Your Name
email = [email protected]
[color]
branch = auto
diff = auto
status = auto
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red bold
new = green bold
[color "status"]
added = yellow
changed = green
untracked = cyan
[core]
editor = mate -w
filemode = false
[url "[email protected]:"]
insteadOf = "gh:"
pushInsteadOf = "github:"
pushInsteadOf = "git://github.com/"
[url "git://github.com/"]
insteadOf = "github:"
[url "[email protected]:"]
insteadOf = "gst:"
pushInsteadOf = "gist:"
pushInsteadOf = "git://gist.github.com/"
[url "git://gist.github.com/"]
insteadOf = "gist:"
[url "[email protected]:"]
insteadOf = "heroku:"
[github]
user = username
token = your_token_goes_here
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment