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.
47 lines
872 B
47 lines
872 B
[colors] |
|
ui = true |
|
|
|
[push] |
|
default = simple |
|
|
|
[merge] |
|
tool = kdiff3 |
|
|
|
[init] |
|
defaultBranch = main |
|
|
|
[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: |
|
|
|
# GitLab |
|
[url "https://gitlab.com/"] |
|
insteadOf = git://gitlab.com/ |
|
|
|
[url "git@gitlab.com:"] |
|
pushInsteadOf = git://gitlab.com/ |
|
pushInsteadOf = https://gitlab.com/ |
|
|
|
# KDE |
|
[url "https://anongit.kde.org/"] |
|
insteadOf = kde: |
|
|
|
[url "git@git.kde.org:"] |
|
pushInsteadOf = kde: |
|
|
|
# OSM |
|
[url "git@git.oro.sodimm.me:"] |
|
pushInsteadOf = https://git.oro.sodimm.me/ |
|
|
|
|