Delete issues referenced on remote

Timeline

Dejan Pavlic (dpavlic) opened

Apologies if I'm missing something obvious.

A bunch of entries got duplicated for an unknown reason when using github bridge. It doesn't really matter--I thought it best to start anew. I deleted the bridge, removed all bug refs locally and removed the cache. I pruned the remote. Then did a git bug pull and... all the issues got recreated. Obviously I'm missing a step to get rid of remote issues, what is the missing step?

Dejan Pavlic (dpavlic) commented

OK, I figured it out in case anyone has the same issue:

  1. Delete the local references + cache.
  2. Delete each bug reference via git push --delete <remote> bugs/HASH
  3. Prune

All good now.

Dejan Pavlic (dpavlic) closed the bug