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
So I have main and dev bookmarks that are on the same revision. I added a new revision, moved the dev bookmark to it, ran jj git push, and it worked. I then moved the main bookmark to that same revision, but when I tried to push it, it showed me the warning below, so I had to specify the bookmark with jj git push --bookmark main. Is this the intended behavior?
> jj git push
Warning: No bookmarks found in the default push revset: remote_bookmarks(remote=origin)..@
Nothing changed.
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.
So I have
mainanddevbookmarks that are on the same revision. I added a new revision, moved thedevbookmark to it, ranjj git push, and it worked. I then moved themainbookmark to that same revision, but when I tried to push it, it showed me the warning below, so I had to specify the bookmark withjj git push --bookmark main. Is this the intended behavior?All reactions