remove git bug cache after pull (workaround)

Signed-off-by: jolheiser <git@jolheiser.com>
main
jolheiser 2025-08-01 09:18:56 -05:00
parent fb26c31776
commit 5ea838a7d8
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

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