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

Last change on this file since 178 was 178, checked in by mitty, 12 years ago
  • add command and sort them
    • ls, nm, uno
File size: 330 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
8    ci = commit
[173]9    co = checkout
[178]10    hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
11    ls = ls-files
12    nm = branch --no-merged
[173]13    st = status
[178]14    uno = status -uno
[173]15[core]
16    excludesfile = ~/.gitignore
[177]17[svn]
18    pushmergeinfo = true
Note: See TracBrowser for help on using the repository browser.