Commit Diff


commit - b3fabc965e73df1255fb6fe1c1ca6d3452a6264e
commit + b883aee3556b3841004d3b1ec76cb0d26de420b0
blob - aa9b3bc75e1c1ccfc2c5c1bd4d071f31f27ab78b
blob + bb1b429cb794d503427bb30013657dedaf519765
--- got/got.conf.5
+++ got/got.conf.5
@@ -297,8 +297,8 @@ author "Flan Hacker <flan_hacker@openbsd.org>"
 Remote repository specification for the Game of Trees repository:
 .Bd -literal -offset indent
 remote "origin" {
-	server git.gameoftrees.org
-	protocol git
+	server anonymous@got.gameoftrees.org
+	protocol ssh
 	repository got
 	branch { "main" }
 }