public
Description: My configuration files for various applications
Homepage: http://mina86.com/
Clone URL: git://github.com/mina86/dot-files.git
mina86 (author)
Fri Oct 16 02:33:17 -0700 2009
commit  f20802d27bfc52da3bc4038a3042d3ccb058f875
tree    ee7f0243169d09a22185614288afec6b9cd6c5aa
parent  ba198f5843b077cbeff5ad542b8cccd33dc706d2
dot-files / gitconfig
100644 35 lines (34 sloc) 0.57 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[color]
ui = auto
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red bold
new = green bold
whitespace = red reverse
[color "status"]
added = green
changed = red
untracked = cyan
[color "interactive"]
prompt = yellow bold
help = cyan
[alias]
br = branch
ci = commit
co = checkout
pick = cherry-pick
rb = rebase
st = status -uno
sw = show
wc = whatchanged
[user]
name = Michal Nazarewicz
email = mina86@mina86.com
;[i18n]
;commitencoding = ISO-8859-2
;logoutputencoding = ISO-8859-2
[core]
pager = less -FRSX
[push]
default = current