source:
lab.git/TipAndDoc/.gitconfig
@
072e48b
Last change on this file since 072e48b was 072e48b, checked in by mitty <mitty@…>, 12 years ago | |
---|---|
|
|
File size: 330 bytes |
Rev | Line | |
---|---|---|
[0dcad9a] | 1 | [user] |
2 | name = Ken-ichi Mito | |
3 | email = mitty@mitty.jp | |
4 | [color] | |
5 | ui = true | |
6 | [alias] | |
7 | br = branch | |
[072e48b] | 8 | ci = commit |
9 | co = checkout | |
[0dcad9a] | 10 | hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short |
[072e48b] | 11 | ls = ls-files |
12 | nm = branch --no-merged | |
13 | st = status | |
14 | uno = status -uno | |
[0dcad9a] | 15 | [core] |
16 | excludesfile = ~/.gitignore | |
[9be4681] | 17 | [svn] |
18 | pushmergeinfo = true |
Note: See TracBrowser
for help on using the repository browser.