Replies: 2 comments
-
As an alternative, giving a revision change such that it can be fed to |
Beta Was this translation helpful? Give feedback.
0 replies
-
There's a related discussion here, including a possible workaround: #4756 |
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
-
Hello!
I'm a new user, and I find myself running this too often to know "what would push change":
(This is doing it manually for the current branch, and not everything that would be pushed.)
My questions are:
is there a shortcut/alias I could use for the command above? I read the revset docs, but I cannot figure out how to get the current tracking remote branch (sorry if it's documented somewhere, I couldn't find it)
could there perhaps be something like
jj git push --dry-run --diff
that shows me the changes that would be pushed (for all branches)?Any tips welcome, thanks!
Beta Was this translation helpful? Give feedback.
All reactions