-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgitconfig
113 lines (85 loc) · 2.03 KB
/
gitconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
[user]
name = Christian Kellner
email = [email protected]
SigningKey = 64E876E00BC901FF
[user "redhat"]
email = [email protected]
[core]
excludesfile = ~/.gitignglb
[mergetool]
keepBackup = false
[color]
ui = true
interactive = auto
[color "status"]
added = blue
changed = red
untracked = magenta
[alias]
d = diff --color-word
ll = log --stat --abbrev-commit
ls = log --oneline --graph --all --decorate --abbrev-commit
s = status
su = status --untracked-files=normal
co = checkout
[branch]
sort = -committerdate
[commit]
verbose = true
[pull]
rebase = true
[push]
default = simple
[diff]
colorMoved = default
colorMovedWs = ignore-all-space
mnemonicprefix = true
compactionHeuristic = true
[rebase]
autostash = true
autosquash = true
[status]
branch = true
short = true
showUntrackedFiles = no
[filter "media"]
clean = git-media-clean %f
smudge = git-media-smudge %f
[sendmail]
annotate = true
multiEdit = true
confirm = auto
from = Christian Kellner <[email protected]>
smtpServer = "/usr/bin/msmtp"
smtpServerOption = "--read-envelope-from"
[sendemail "redhat"]
from = Christian Kellner <[email protected]>
[imap]
folder = "Drafts"
host = imaps://imap.fastmail.com
user = [email protected]
port = 993
sslverify = false
[difftool "ksdiff"]
cmd = ksdiff --partial-changeset --relative-path \"$MERGED\" -- \"$LOCAL\" \"$REMOTE\"
[mergetool "ksdiff"]
cmd = ksdiff --merge --output \"$MERGED\" --base \"$BASE\" -- \"$LOCAL\" --snapshot \"$REMOTE\" --snapshot
trustExitCode = true
[github]
user = gicmo
[url "[email protected]:gicmo/"]
insteadOf = gicmo@gh:
[url "[email protected]:GNOME/"]
insteadOf = gnome:
[url "[email protected]:gicmo/"]
insteadOf = gicmo@gnome:
[url "[email protected]:G-Node/"]
insteadOf = gnode:
[url "[email protected]:"]
insteadOf = fdo:
[url "[email protected]:gicmo"]
insteadOf = gicmo@fdo:
[gitlab "gitlab.freedesktop.org/api/v4"]
user = gicmo
[gitlab "gitlab.gnome.org/api/v4"]
user = gicmo