source: lab.git/TipAndDoc/.gitconfig @ 86521dd

trunk
Last change on this file since 86521dd was 86521dd, checked in by mitty <mitty@…>, 11 years ago
  • add command: ca

git-svn-id: https://lab.mitty.jp/svn/lab/trunk@179 7d2118f6-f56c-43e7-95a2-4bb3031d96e7

  • Property mode set to 100644
File size: 349 bytes
Line 
1[user]
2    name = Ken-ichi Mito
3    email = mitty@mitty.jp
4[color]
5    ui = true
6[alias]
7    br = branch
8    ca = diff --cache
9    ci = commit
10    co = checkout
11    hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
12    ls = ls-files
13    nm = branch --no-merged
14    st = status
15    uno = status -uno
16[core]
17    excludesfile = ~/.gitignore
18[svn]
19    pushmergeinfo = true
Note: See TracBrowser for help on using the repository browser.