]> git.wh0rd.org - home.git/blame - .gitconfig
add a comment option
[home.git] / .gitconfig
CommitLineData
5b61754d
MF
1[user]
2 name = Mike Frysinger
3 email = vapier@gentoo.org
4[color]
1afdf944 5 ui = auto
5b61754d
MF
6 diff = auto
7 status = auto
8[color "diff"]
9 old = red bold
10 new = green bold
11 plain = blue bold
12 frag = yellow bold
13 whitespace = normal green
14 meta = magenta
a2c26b73
MF
15[push]
16 default = current
ca0cd585
MF
17[alias]
18 a = add
35c220c5 19 ab = abandon
b383b052 20 ar = archive
ca0cd585 21 b = branch
2f8ca74b 22 bi = bisect
a0b06b4f 23 cfg = config
07ed0359 24 ci = commit
ca0cd585
MF
25 co = checkout
26 cp = cherry-pick
27 d = diff
631efde8 28 desc = describe
97c58010 29 dl = download
ca0cd585
MF
30 f = fetch
31 fp = format-patch
32 l = log
33 m = merge
34 rb = rebase
35 rb-a = rebase --abort
36 rb-c = rebase --continue
37 rb-i = rebase --interactive
38 rb-s = rebase --skip
39 rl = rev-list
184f604a 40 se = send-email -C -M
ef3aa4f9 41 sm = submodule
ca0cd585 42 st = status
8a3f4e0c 43 t = tag
8c8b1d8e 44 up = upload
52887a61
MF
45[merge]
46 conflictstyle = diff3
5b7ba27c
MF
47[rebase]
48 autosquash = true
5b61754d 49[sendemail]
79936f7d 50 chainreplyto = false
5b61754d
MF
51 suppressfrom = true
52 smtpserver = localhost:1111