commit b883aee3556b3841004d3b1ec76cb0d26de420b0 from: Stefan Sperling date: Fri Apr 26 12:10:45 2024 UTC update got.conf(5) remote config example from git.g.o to got.g.o commit - b3fabc965e73df1255fb6fe1c1ca6d3452a6264e commit + b883aee3556b3841004d3b1ec76cb0d26de420b0 blob - aa9b3bc75e1c1ccfc2c5c1bd4d071f31f27ab78b blob + bb1b429cb794d503427bb30013657dedaf519765 --- got/got.conf.5 +++ got/got.conf.5 @@ -297,8 +297,8 @@ author "Flan Hacker " 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" } }