mirror of https://git.jolheiser.com/dotnix.git
remove git bug cache after pull (workaround)
Signed-off-by: jolheiser <git@jolheiser.com>main
parent
fb26c31776
commit
5ea838a7d8
|
@ -10,6 +10,7 @@ export def "git bug init" [] {
|
||||||
|
|
||||||
export def "git bug pull" [] {
|
export def "git bug pull" [] {
|
||||||
^git fetch origin refs/bugs/*:refs/bugs/* refs/identities/*:refs/identities/*
|
^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" [] {
|
export def "git bug push" [] {
|
||||||
|
|
Loading…
Reference in New Issue