Skip to content

Instantly share code, notes, and snippets.

@gaubert
Created July 27, 2012 14:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gaubert/3188385 to your computer and use it in GitHub Desktop.
Save gaubert/3188385 to your computer and use it in GitHub Desktop.
.gitconfig
[user]
name = Guillaume Aubert
email = guillaume.aubert@gmail.com
[github]
# github user
user = gaubert
# you can also add your id token
#token =
[alias]
# aliases to mimics svn commands
st = status
ci = commit
co = checkout
br = branch
[color]
# activate syntax coloring
branch = auto
diff = auto
interactive = auto
status = auto
[merge]
# points to your favorite mergetool used by the command git mergetool
tool = /usr/bin/meld
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment