Replies: 1 comment
-
No we currently don't support pushing specific refs. |
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.
-
Is there a jj equivalent to
which pushes the local commit 4e5f6g7 to the remote branch
branchname
?From the docs, it looked like this might work, but it wants me to track the remote branch first:
I was specifically looking to avoid the clutter of tracking the remote branch.
The
git
command is almost a complete solution; the only downside is that I can’t write a jj revset, only a Git commit hash, which is slightly inconvenient.Beta Was this translation helpful? Give feedback.
All reactions