From 56869600e6d62729962699526807714124d46973 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 10 Oct 2025 04:37:57 -0500 Subject: make something to recover from being on a nonexistant branch --- doShow.go | 1 + 1 file changed, 1 insertion(+) diff --git a/doShow.go b/doShow.go index 3d2a1b3..f114033 100644 --- a/doShow.go +++ b/doShow.go @@ -26,6 +26,7 @@ func doShow() (string, error) { continue } log.Info("curbranch is doesn't exist. this'll cause all sorts of problems", curbranch, repo.FullPath) + repo.CheckoutForce() } me.forge.Repos.Save() return s, err -- cgit v1.2.3