]> git.wh0rd.org - home.git/blob - .gitconfig
add archive shortcut
[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 dl = download
29 f = fetch
30 fp = format-patch
31 l = log
32 m = merge
33 rb = rebase
34 rb-a = rebase --abort
35 rb-c = rebase --continue
36 rb-i = rebase --interactive
37 rb-s = rebase --skip
38 rl = rev-list
39 se = send-email -C -M
40 sm = submodule
41 st = status
42 t = tag
43 up = upload
44 [merge]
45 conflictstyle = diff3
46 [rebase]
47 autosquash = true
48 [sendemail]
49 chainreplyto = false
50 suppressfrom = true
51 smtpserver = localhost:1111