Skip to content

Instantly share code, notes, and snippets.

@olistik
Created January 27, 2012 14:16
Show Gist options
  • Save olistik/1688978 to your computer and use it in GitHub Desktop.
Save olistik/1688978 to your computer and use it in GitHub Desktop.
My .gitconfig
[core]
editor = /Users/olistik/bin/subl
[user]
name = Maurizio De Magnis
email = maurizio.demagnis@gmail.com
[alias]
co = checkout
ci = commit
rb = rebase
st = status
[color]
branch = auto
diff = auto
interactive = auto
status = auto
[mergetool]
keepBackup = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment