LeezQ
9/2/2013 - 5:38 AM

my git config file

my git config file

[user]
    name = LeezQ
    email = lizhenq2009@gmail.com
[push]
    default = simple
[alias]
    st = status
    co = checkout
    ci = commit
    br = branch
    di = diff
[color]
    ui = true
[core]
    quotepath = false