1
0
mirror of https://github.com/artizirk/dotfiles.git synced 2024-11-23 00:40:58 +02:00

Allow file git protocol

This commit is contained in:
Arti Zirk 2022-11-22 14:20:18 +02:00
parent ea868756f7
commit c0a70adbb2

View File

@ -53,3 +53,5 @@
sort = v:refname sort = v:refname
[url "ssh://git@github.com/krakul"] [url "ssh://git@github.com/krakul"]
insteadOf = https://github.com/krakul insteadOf = https://github.com/krakul
[protocol "file"]
allow = always