Andreas Hrubak (bAndie91) opened
Is is possible to push and pull to and from a remote without git-bug?
git-bug uses go-git which does not handle ssh remotes the same way as everything else on the machine which does ssh (basically openssh).
I tried to push and fetch refs/bugs/* and refs/identities/* just normally with git push REMOTE … and git config --add remote.REMOTE.fetch refs/bugs/*:refs/bugs/*; git pull, but git-bug does not pick them up.