]> git.wh0rd.org - home.git/blame_incremental - .gitconfig
google stuff
[home.git] / .gitconfig
... / ...
CommitLineData
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 b = branch
21 bi = bisect
22 ci = commit
23 co = checkout
24 cp = cherry-pick
25 d = diff
26 f = fetch
27 fp = format-patch
28 l = log
29 m = merge
30 rb = rebase
31 rb-a = rebase --abort
32 rb-c = rebase --continue
33 rb-i = rebase --interactive
34 rb-s = rebase --skip
35 rl = rev-list
36 se = send-email -C -M
37 sm = submodule
38 st = status
39 t = tag
40[merge]
41 conflictstyle = diff3
42[rebase]
43 autosquash = true
44[sendemail]
45 chainreplyto = false
46 suppressfrom = true
47 smtpserver = localhost:1111
48# smtpserver = zeus.spd.analog.com