From 44f6678e2c4c876412bc62cbe98ffbdc6da39303 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 13 Oct 2025 05:01:34 -0500 Subject: try to debug this wierd case --- doFix.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doFix.go b/doFix.go index df9b861..971bf2f 100644 --- a/doFix.go +++ b/doFix.go @@ -45,7 +45,10 @@ func doFix() (string, error) { continue } log.Info("curbranch is doesn't exist. this'll cause all sorts of problems", curbranch, repo.FullPath) + log.Info("checking out with force", repo.FullPath) repo.CheckoutForce() + repo.RunVerbose([]string{"git", "branch"}) + panic("did this work?") } me.forge.Repos.Save() } -- cgit v1.2.3