From 5ea838a7d846f2efb7e90c5595cf69e20eeb78d7 Mon Sep 17 00:00:00 2001 From: jolheiser Date: Fri, 1 Aug 2025 09:18:56 -0500 Subject: [PATCH] remove git bug cache after pull (workaround) Signed-off-by: jolheiser --- apps/nogui/nushell/git-bug.nu | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/nogui/nushell/git-bug.nu b/apps/nogui/nushell/git-bug.nu index fd92c06..3678b9b 100644 --- a/apps/nogui/nushell/git-bug.nu +++ b/apps/nogui/nushell/git-bug.nu @@ -10,6 +10,7 @@ export def "git bug init" [] { export def "git bug pull" [] { ^git fetch origin refs/bugs/*:refs/bugs/* refs/identities/*:refs/identities/* + ^rm -rf $"(^git rev-parse --git-dir)/git-bug" } export def "git bug push" [] {