]> git.wh0rd.org - home.git/blob - .gitconfig
also use -C -M with format-patch
[home.git] / .gitconfig
1 [user]
2 name = Mike Frysinger
3 email = vapier@gentoo.org
4 [color]
5 ui = auto
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
15 [push]
16 default = current
17 [alias]
18 a = add
19 ab = abandon
20 ar = archive
21 b = branch
22 bi = bisect
23 cfg = config
24 ci = commit
25 co = checkout
26 cp = cherry-pick
27 d = diff
28 desc = describe
29 dl = download
30 f = fetch
31 fp = format-patch -C -M
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
40 se = send-email -C -M
41 sm = submodule
42 st = status
43 t = tag
44 up = upload
45 [merge]
46 conflictstyle = diff3
47 [rebase]
48 autosquash = true
49 [sendemail]
50 chainreplyto = false
51 suppressfrom = true
52 smtpserver = localhost:1111