64b9e1f8a5ecd413ec4eb1af9c6de5dc32d89145
[lab.git] / TipAndDoc / .gitconfig
1 [user]
2         name = Ken-ichi Mito
3         email = mitty@mitty.jp
4 [color]
5         ui = true
6 [alias]
7         br = branch
8         ci = commit
9         co = checkout
10         hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
11         ls = ls-files
12         nm = branch --no-merged
13         st = status
14         uno = status -uno
15 [core]
16         excludesfile = ~/.gitignore
17 [svn]
18         pushmergeinfo = true