- add .gitconfig.

This commit is contained in:
Gea-Suan Lin
2010-03-15 14:41:44 +08:00
parent 88cf2bdba3
commit daa0dfdee4

14
.gitconfig Normal file
View File

@@ -0,0 +1,14 @@
[alias]
ci = commit
co = checkout
gl = log --graph --pretty=oneline
glog = log --graph
st = status
[color]
ui = auto
[pull]
rebase = yes
[user]
email = darkkiller@gmail.com
name = Gea-Suan Lin
pager = most