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