Skip to content

Instantly share code, notes, and snippets.

@megatux
Created May 30, 2013 16:57
Show Gist options
  • Select an option

  • Save megatux/5679422 to your computer and use it in GitHub Desktop.

Select an option

Save megatux/5679422 to your computer and use it in GitHub Desktop.
.gitconfig git configuration
[core]
excludesfile = /Users/cristian/.gitignore
editor = vim
[alias]
st = status
ci = commit
co = checkout
br = branch
[user]
name = Cristian Molina
email = [email protected]
[color]
branch = auto
diff = auto
interactive = auto
status = auto
[merge]
tool = opendiff
[heroku]
account = personal
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red bold
new = green bold
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment