From: Ted Bullock Subject: workflow with got - November edition To: gameoftrees@openbsd.org Date: Thu, 3 Nov 2022 16:43:34 -0600 I'm curious about the expected workflow with got for keeping abreast of a remote tree. For instance for got itself to stay up-to-date I use: $ got fetch $ got update -b origin/HEAD $ got rebase main Is this correct or am I misreading the manual? I saw the mirror flag exists for repositories but I don't think that quite is appropriate; although I'm unclear when I would want that enabled or not. I'm not doing day to day commits with the tool at the moment for any projects beyond toying with it on this old sparc64 workstation. If I do make a change though, I don't believe I'd want it to be over written by the tool by default. -- Ted Bullock