diff options
-rw-r--r-- | home/.gitconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/home/.gitconfig b/home/.gitconfig index 89e4304..2c20174 100644 --- a/home/.gitconfig +++ b/home/.gitconfig @@ -23,3 +23,8 @@ autosquash = true [pull] rebase = true +[url "https://git.wazul.moe/"] + insteadOf = git-repos:public/ +[url "git-repos:public/"] + pushInsteadOf = https://git.wazul.moe/ + pushInsteadOf = git-repos:public/ |