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] [delta]
line-numbers = true line-numbers = true
[pull] [pull]
rebase = false ff = only
[safe] [url "ssh://git@github.com/"]
directory = /etc/nixos pushInsteadOf = https://github.com/
[url "ssh://git@gitlab.com/"]
pushInsteadOf = https://gitlab.com/
[url "ssh://git@bitbucket.org/"]
pushInsteadOf = https://bitbucket.org/