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
* Branch commit log:
doc/jj-fzf.1.md: describe how to run key binding commands via the CLI
doc/jj-fzf.1.md: describe command-line options to jj-fzf
jj-fzf: allow bookmark/push/rebase/reparent/oplog/evolog as CLI commands
lib/setup.sh: jjfzf_run: support +x to skip command display
README.md: add star history chart to README
Signed-off-by: Tim Janik <timj@gnu.org>
DOC[rebase]='Use `jj rebase` or `jj duplicate` to move or copy a set of revisions (possibly with descendants), onto, before or after another revision. Also supports `jj simplify-parents` afterwards.'
DOC[oplog]='Use `jj operation log` to browse the recent operations log. Use hotkeys to view operation diffs and history. Undo operations or restore its working copy into a new commit.'
319
319
320
320
# Push & fetch from remotes
321
321
KEY[push]="Ctrl-P" POST[new]="+first"
322
322
DOC[push]='Use `jj git fetch` and `jj git push --tracked --deleted` to update the local and remote repositories. Pushing needs confirmation after a dry-run. Tries to push all refs if no revisions are currently selected.'
DOC[evolog]='Use `jj evolog` to browse the evolution of the selected revision. Inject historic commits into the ancestry without changing descendants.'
0 commit comments