Browse Source

gitconfig: protocol.version = 1

https://opensource.googleblog.com/2018/05/introducing-git-protocol-version-2.html
raylu 7 years ago
parent
commit
b24cab0ff8
1 changed files with 2 additions and 0 deletions
  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