source: lab.git/TipAndDoc/.gitconfig

Last change on this file was 214dd9d, checked in by Ken-ichi Mito <mitty@…>, 8 years ago

add 'graph' for gitconfig

  • Property mode set to 100644
File size: 568 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 --cached
9    ci = commit -v -uno
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 -uno
15    tree = log --pretty=format:\"%h %ad %d\" --graph --simplify-by-decoration --date=short
16    graph = log --graph --date=short --pretty=\"format:%C(yellow)%h %C(cyan)%ad %C(green)%an%Creset%x09%s %C(red)%d%Creset\"
17[core]
18    excludesfile = ~/.gitignore
19    editor = vim
20[svn]
21    pushmergeinfo = true
Note: See TracBrowser for help on using the repository browser.