Replies: 2 comments
-
It's tracked by #4388. You can do |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to fetch a single commit from a Git remote and import it into my jj repository. Right now, this doesn't work because no refs point to the commit:
I can work around this by doing something like:
But it feels pretty clumsy. It would be nice if I could do
jj git import 2e728e9baa24041fee553126728aa89130f0be63
orjj git import FETCH_HEAD
directly.Beta Was this translation helpful? Give feedback.
All reactions