* add .gitconfig to set default for git
[lab.git] / TipAndDoc / .gitconfig
1 [user]\r
2         name = Ken-ichi Mito\r
3         email = mitty@mitty.jp\r
4 [color]\r
5         ui = true\r
6 [alias]\r
7         co = checkout\r
8         ci = commit\r
9         st = status\r
10         br = branch\r
11         hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short\r
12 [core]\r
13         excludesfile = ~/.gitignore\r