Y
Hacker News
new
|
ask
|
show
|
jobs
by
jarbus
1310 days ago
How do I remove git-bug from a repository?
1 comments
michaelmure
1310 days ago
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.
link
I'm considering adding a dedicated CLI command for that as it's a common concern.