commit 38fb09f69a9a9b20b4c481cc69deda9b8326dabd from: Stefan Sperling via: Thomas Adam date: Mon Apr 29 12:22:32 2024 UTC update got.conf(5) remote config example from git.g.o to got.g.o commit - 0005db920da13753451084164884a9b32ebb9f93 commit + 38fb09f69a9a9b20b4c481cc69deda9b8326dabd 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" } }