Skip to content

Instantly share code, notes, and snippets.

View robbin's full-sized avatar

Robbin Fan (范凯) robbin

View GitHub Profile
@robbin
robbin / .gitconfig
Created August 13, 2012 12:22
My git global config file
[user]
name = robbin
email = fankai@gmail.com
[color]
ui = true
[alias]
co = checkout
ci = commit
st = status