You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
579 B
32 lines
579 B
[colors] |
|
ui = true |
|
|
|
[push] |
|
default = simple |
|
|
|
[merge] |
|
tool = kdiff3 |
|
|
|
[includeIf "gitdir:~/Development/KDE/"] |
|
path = "kde.local" |
|
|
|
# ----------------------------------------------- |
|
# Remotes |
|
# ----------------------------------------------- |
|
# GitHub |
|
[url "https://github.com/"] |
|
insteadOf = git://github.com/ |
|
insteadOf = gh: |
|
|
|
[url "git@github.com:"] |
|
pushInsteadOf = git://github.com/ |
|
pushInsteadOf = https://github.com/ |
|
pushInsteadOf = gh: |
|
|
|
# KDE |
|
[url "https://anongit.kde.org/"] |
|
insteadOf = kde: |
|
|
|
[url "git@git.kde.org:"] |
|
pushInsteadOf = kde: |
|
|
|
|