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" [] {