|
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! :) |
Answered by
yeldiRium
May 21, 2025
Replies: 1 comment 8 replies
|
I just found out about |
8 replies
Answer selected by
yeldiRium
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I just found out about
git bug wipe, which I did not find earlier because I am still on v0.8.0.Question answered :)