Hacker News new | ask | show | jobs
by jarbus 1310 days ago
How do I remove git-bug from a repository?
1 comments

Delete .git/git-bug, .git/refs/bugs, .git/refs/identities, .git/refs/remote/*/bugs and .git/refs/remote/*/identities.

I'm considering adding a dedicated CLI command for that as it's a common concern.