regular backup
[huts_config_files.git] / .gitconfig
blobcccce8c2ba541d5455457004f4be7c6b5a34e4c2
1 [user]
2         name = hut
3         email = hut@lavabit.com
4 [gui]
5         recentrepo = /home/hut/prog/nyuron
6         spellingdictionary = none
7 [color]
8         branch = auto
9         diff = auto
10         status = auto
11 [color "branch"]
12         current = yellow reverse
13         local = yellow 
14         remote = green
15 [color "diff"]
16         meta = yellow
17         frag = magenta
18         old = red
19         new = green
20 [color "status"]
21         added = yellow
22         changed = green
23         untracked = cyan