Skip to content

Instantly share code, notes, and snippets.

@stliu
Created June 8, 2011 18:43
Show Gist options
  • Save stliu/1015035 to your computer and use it in GitHub Desktop.
Save stliu/1015035 to your computer and use it in GitHub Desktop.
localhost:~ stliu$ cat .gitconfig
[user]
name = Strong Liu
email = stliu@hibernate.org
st = status
co = checkout
ci = commit
[core]
editor =vi
[alias]
co = checkout
ci = commit
st = status
[color]
ui = auto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment