From 166cdd0e5ee3e40f8ec7a14e7a26d77e0197c116 Mon Sep 17 00:00:00 2001 From: Ilya Grigoriev Date: Tue, 15 Oct 2024 21:12:51 -0700 Subject: [PATCH] docs git-comparison: add shorthands for some `bookmark` commands I don't want people to think they'll have to type out the long version, at least for the most common ones. --- docs/git-comparison.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/git-comparison.md b/docs/git-comparison.md index 4c343c252..d110feb9d 100644 --- a/docs/git-comparison.md +++ b/docs/git-comparison.md @@ -331,7 +331,7 @@ parent. List bookmarks/branches - jj bookmark list + jj bookmark list or jj b l for short git branch @@ -341,7 +341,8 @@ parent. Move a bookmark/branch forward - jj bookmark move <name> --to <revision> + jj bookmark move <name> --to <revision> + or jj b m <name> --to <revision> for short git branch -f <name> <revision>