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
1 changed files with 5 additions and 0 deletions

View File

@ -45,6 +45,11 @@
[url "git@gitlab.com:"]
pushInsteadOf = "https://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"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f