diff options
author | Botond Hende <nettingman@gmail.com> | 2024-05-18 16:02:18 +0200 |
---|---|---|
committer | Botond Hende <nettingman@gmail.com> | 2024-05-18 16:10:56 +0200 |
commit | 7c84c7fb393587e5d2aa0334bdd7895142865ca6 (patch) | |
tree | 7393c4039571f5ecfa44d769c01881c37efa99ea /home | |
parent | e47c413ec02d14c477c164977ebb523839707730 (diff) |
added instead of and pushinsteadof urls for git.wazul.moe
Diffstat (limited to 'home')
-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/ |