git: Add personal git server substitutions

Added automatic aliasing for my own git server pushing and pulling.
This commit is contained in:
Marty Oehme 2021-12-15 17:38:10 +01:00
parent 65be7e8eac
commit 333e2580f0
Signed by: Marty
GPG key ID: B7538B8F50A1C800

View file

@ -45,6 +45,11 @@
[url "git@gitlab.com:"] [url "git@gitlab.com:"]
pushInsteadOf = "https://gitlab.com" pushInsteadOf = "https://gitlab.com"
pushInsteadOf = "http://gitlab.com" pushInsteadOf = "http://gitlab.com"
[url "git@git.martyoeh.me:"]
pushInsteadOf = "https://git.martyoeh.me"
pushInsteadOf = "http://git.martyoeh.me"
pushInsteadOf = "git@martyoeh.me"
pullInsteadOf = "git@martyoeh.me"
[filter "lfs"] [filter "lfs"]
clean = git-lfs clean -- %f clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f smudge = git-lfs smudge -- %f