source: lab/trunk/TipAndDoc/.gitconfig @ 182

Last change on this file since 182 was 182, checked in by mitty, 12 years ago
  • change "git ci"
    • verbose: show unified diff
File size: 339 bytes
RevLine 
[173]1[user]
2    name = Ken-ichi Mito
3    email = mitty@mitty.jp
4[color]
5    ui = true
6[alias]
[178]7    br = branch
[180]8    ca = diff --cached
[182]9    ci = commit -v
[173]10    co = checkout
[178]11    hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
12    ls = ls-files
13    nm = branch --no-merged
[181]14    st = status -uno
[173]15[core]
16    excludesfile = ~/.gitignore
[177]17[svn]
18    pushmergeinfo = true
Note: See TracBrowser for help on using the repository browser.