Browse Source

gitconfig: protocol.version = 1

https://opensource.googleblog.com/2018/05/introducing-git-protocol-version-2.html
raylu 7 năm trước cách đây
mục cha
commit
b24cab0ff8
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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