Enforce ssh git push URLs

This commit is contained in:
Benedikt Heine 2023-04-21 11:53:21 +02:00 committed by Felix Buehler
parent c647d96fd7
commit 51dafc36dd

View file

@ -67,6 +67,10 @@
[delta]
line-numbers = true
[pull]
rebase = false
[safe]
directory = /etc/nixos
ff = only
[url "ssh://git@github.com/"]
pushInsteadOf = https://github.com/
[url "ssh://git@gitlab.com/"]
pushInsteadOf = https://gitlab.com/
[url "ssh://git@bitbucket.org/"]
pushInsteadOf = https://bitbucket.org/