Skip to content

Instantly share code, notes, and snippets.

@LeezQ
Created September 2, 2013 05:38
Show Gist options
  • Select an option

  • Save LeezQ/6409521 to your computer and use it in GitHub Desktop.

Select an option

Save LeezQ/6409521 to your computer and use it in GitHub Desktop.
my git config file
[user]
name = LeezQ
email = [email protected]
[push]
default = simple
[alias]
st = status
co = checkout
ci = commit
br = branch
di = diff
[color]
ui = true
[core]
quotepath = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment