You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was using Radicle with Git, and since it uses a peer-to-peer protocol, it has its own Git helper used to pull/push:
However, it does not work with jj as jj does not use git-remote-rad, and errors out while trying to use it:
I'm not sure how trivial/hard to add support for git remote helpers would be (or whether a jj-git-remote-rad would be necessary), but it would be a great addition!
For context, this is what the rad remote shows when I jj git remote list:
origin ssh://[email protected]/cull-os/cab
rad rad://z2AeopTVY58JJSJC3zroqEV5T3pNp
The text was updated successfully, but these errors were encountered:
That should indeed work! But I feel like remote helpers are much more fundamental to git push/pulling, so I suppose I'll keep this issue open until a maintainer/contributor decides.
I was using Radicle with Git, and since it uses a peer-to-peer protocol, it has its own Git helper used to pull/push:
However, it does not work with jj as jj does not use
git-remote-rad
, and errors out while trying to use it:I'm not sure how trivial/hard to add support for git remote helpers would be (or whether a
jj-git-remote-rad
would be necessary), but it would be a great addition!For context, this is what the rad remote shows when I
jj git remote list
:The text was updated successfully, but these errors were encountered: