Home

dotnix @main - refs - log -
-
https://git.jolheiser.com/dotnix.git
My nix dotfiles
tree log patch
remove git bug cache after pull (workaround) Signed-off-by: jolheiser <git@jolheiser.com>
Signature
-----BEGIN SSH SIGNATURE----- U1NIU0lHAAAAAQAAADMAAAALc3NoLWVkMjU1MTkAAAAgBTEvCQk6VqUAdN2RuH6bj1dNkY oOpbPWj+jw4ua1B1cAAAADZ2l0AAAAAAAAAAZzaGE1MTIAAABTAAAAC3NzaC1lZDI1NTE5 AAAAQMFK00R5AZhcqpug+P8aP3QW8NTIkVpRmQMaGshheDcqzt9kiEyaEUkRgwdvtkv6qm OaVGSnEQ51zPxAyeDq1QQ= -----END SSH SIGNATURE-----
jolheiser <git@jolheiser.com>
2 days ago
1 changed files, 1 additions(+), 0 deletions(-)
apps/nogui/nushell/git-bug.nu
M apps/nogui/nushell/git-bug.nuapps/nogui/nushell/git-bug.nu
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
diff --git a/apps/nogui/nushell/git-bug.nu b/apps/nogui/nushell/git-bug.nu
index fd92c060ea2091c49a03d2af0ef8bd3cd91baa44..3678b9b9c2dadfdd0e4ad2155bbfd0ee5700132b 100644
--- a/apps/nogui/nushell/git-bug.nu
+++ b/apps/nogui/nushell/git-bug.nu
@@ -10,6 +10,7 @@ }
 
 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" [] {