git: Add personal git server substitutions
Added automatic aliasing for my own git server pushing and pulling.
This commit is contained in:
parent
65be7e8eac
commit
333e2580f0
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue