-
Hi all, is there a way to purge git-bug data completely from a repository (and then optionally push to remove the data from a remote)? I accidentally created bugs in separate clones of the same repo and I only want to keep the ones from one clone. But if I pull bugs to clone 2 and then edit them, I will push the erroneously created bugs in clone 2. Also this is probably interesting if for some reason at some point I want to stop using git-bug and switch to another kind of bug tracker. Thanks! :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
I just found out about |
Beta Was this translation helpful? Give feedback.
I just found out about
git bug wipe
, which I did not find earlier because I am still on v0.8.0.Question answered :)