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
cli: git push: show hint when there are bookmarks pending deletion
This comes from a personal experience where the following sequence of
events happened:
1. `jj git push -c @-`
2. Oops, that was the wrong one, so I'll `jj bookmark delete` and `jj
git push`
3. Hm... why didn't that do anything? Oh, right, `--deleted`
As described in the diff, this hint only fires when `jj git push` is
used with no arguments, as any user that passes `--all`, `--tracked`, or
`--revisions` (targeting a deleted bookmark) will already get an error
instructing them to use `--deleted`.
0 commit comments