git-bug
git-bug copied to clipboard
Question : Can issues from a bridge embedded in the git repo ?
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 :
- fetch issues from github (or any other supported bridge)
- save issues in the git repo so that it acts as a backup storage
- 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 ?