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