Skip to content

Instantly share code, notes, and snippets.

@ericchen
Created May 6, 2011 01:05
Show Gist options
  • Save ericchen/958278 to your computer and use it in GitHub Desktop.
Save ericchen/958278 to your computer and use it in GitHub Desktop.
git configuration
[user]
name = eric chen
email = youremail
[alias]
st = status
co = checkout
ci = commit
br = branch
[color]
ui = auto
diff = auto
status = auto
branch = auto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment