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
❯ jj git push
Warning: No bookmarks found in the default push revset: remote_bookmarks(remote=origin)..@
Nothing changed.
What fixed it for me was:
jj edit @-
jj bookmark set main --allow-backwards
jj git push
Just putting this here in case anyone finds it helpful! (And to turn it into a question: is there a better way to get out of this situation, or a way to avoid it altogether?)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I was facing the following issue:
What fixed it for me was:
Just putting this here in case anyone finds it helpful! (And to turn it into a question: is there a better way to get out of this situation, or a way to avoid it altogether?)
Beta Was this translation helpful? Give feedback.
All reactions