Explorar el Código

gitconfig: protocol.version = 1

https://opensource.googleblog.com/2018/05/introducing-git-protocol-version-2.html
raylu hace 7 años
padre
commit
b24cab0ff8
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      gitconfig

+ 2 - 0
gitconfig

@@ -64,3 +64,5 @@
 	ff = merge --ff-only
 	put = !git-push && git-push --tags
 	pushf = push --force-with-lease
+[protocol]
+	version = 1