Browse Source

Allow file git protocol

master
Arti Zirk 2 years ago
parent
commit
c0a70adbb2
  1. 2
      .gitconfig

2
.gitconfig

@ -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

Loading…
Cancel
Save