root/dotfiles/git/typester-gitconfig @ 15446

Revision 10919, 178 bytes (checked in by typester, 5 years ago)

imported my ~/.gitconfig

Line 
1[user]
2        name = Daisuke Murase
3        email = typester@cpan.org
4
5[core]
6        pager = "lv -c"
7
8[color]
9        ui = true
10
11[alias]
12        st = status
13        di = diff
14        co = checkout
15        ci = commit
16        br = branch
17
18
Note: See TracBrowser for help on using the browser.