blob: f30fa7a04140dfe77b8630e3fb0d36412a738a27 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[user]
email = me@peter-struschka.com
name = Peter Son Struschka
[color]
ui = true
[core]
excludesfile = ~/.gitignore_global
[credential]
helper = cache --timeout=600
[url "https://github/"]
insteadOf = "gh:"
[url "git@github.com:"]
pushInsteadOf = "gh:"
[url "ssh+git://aur@aur.archlinux.org/"]
insteadOf = "aur:"
[url "ssh+git://aur@aur.archlinux.org/"]
pushInsteadOf = "aur:"
|