blob: 7ef9ce85ec0fda9ad05d18495365bead134d2bdd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
[user]
name = Tobias Klauser
email = tklauser@distanz.ch
[alias]
co = checkout
st = status
ci = commit
br = branch
d = diff
ds = diff --stat
lp = log -p
[color]
ui = true
diff = auto
branch = auto
status = auto
[color "diff"]
whitespace = red reverse
[core]
whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol
|