mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 11:04:41 +02:00
Enforce ssh git push URLs
This commit is contained in:
parent
c647d96fd7
commit
51dafc36dd
1 changed files with 7 additions and 3 deletions
|
@ -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/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue