Skip to content

Instantly share code, notes, and snippets.

@robbin
Created August 13, 2012 12:22
Show Gist options
  • Save robbin/3340137 to your computer and use it in GitHub Desktop.
Save robbin/3340137 to your computer and use it in GitHub Desktop.
My git global config file
[user]
name = robbin
email = fankai@gmail.com
[color]
ui = true
[alias]
co = checkout
ci = commit
st = status
br = branch
[core]
quotepath = false
editor = mate -w
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment