소스 검색

gitconfig: protocol.version = 1

https://opensource.googleblog.com/2018/05/introducing-git-protocol-version-2.html
raylu 7 년 전
부모
커밋
b24cab0ff8
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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