]> git.wh0rd.org - home.git/blob - .gitconfig
add git shortcuts
[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 b = branch
20 co = checkout
21 cp = cherry-pick
22 d = diff
23 f = fetch
24 fp = format-patch
25 l = log
26 m = merge
27 rb = rebase
28 rb-a = rebase --abort
29 rb-c = rebase --continue
30 rb-i = rebase --interactive
31 rb-s = rebase --skip
32 rl = rev-list
33 se = send-email
34 st = status
35 [sendemail]
36 chainreplyto = false
37 suppressfrom = true
38 smtpserver = localhost:1111
39 # smtpserver = zeus.spd.analog.com