git-bug icon indicating copy to clipboard operation
git-bug copied to clipboard

Question : Can issues from a bridge embedded in the git repo ?

Open nicobo opened this issue 8 months ago • 0 comments

I can't figure this from the docs : are issues pulled from github (or another bridge) saved inside the git repo and can they be pushed to a remote for use without github.

My use case is :

  1. fetch issues from github (or any other supported bridge)
  2. save issues in the git repo so that it acts as a backup storage
  3. when the time has come, leave github and only use git-bug and the locally saved issues

I could create the bridge, fetch issues, list them. When doing git bug push nothing appears in the remote (github). When doing git bug bridge push github issues are correctly updated but still no change can be observed in the remote git repo itself. So it seems that bridges are a totally separate workflow from the native workflow and that I can't migrate from github to native ?

nicobo avatar Jun 22 '24 19:06 nicobo