blob: 903311f14f8e3f46c97ee846ab55ad709757d9a0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
[url "ssh://git@github.com/"]
insteadOf = https://github.com/
[user]
name = Runxi Yu
email = me@runxiyu.org
[commit]
verbose = true
gpgSign = true
[tag]
annotate = true
gpgSign = true
[core]
excludesfile = ~/.config/git/info/exclude
[pull]
rebase = true
[url "https://invent.kde.org/"]
insteadOf = kde:
[url "ssh://git@invent.kde.org/"]
pushInsteadOf = kde:
|