From f135e09951364ec8b53871ebb4196ebdb16ced8c Mon Sep 17 00:00:00 2001 From: Benjamin Tan Date: Sat, 2 Mar 2024 17:31:43 +0800 Subject: [PATCH] Docs: Add note about `jj edit` to Git comparison --- docs/git-comparison.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/git-comparison.md b/docs/git-comparison.md index 2d2d67a53..9e5b53516 100644 --- a/docs/git-comparison.md +++ b/docs/git-comparison.md @@ -233,7 +233,8 @@ parent. Temporarily put away the current change - jj new @- (the old working-copy commit remains as a sibling commit) + jj new @- (the old working-copy commit remains as a sibling commit)
+ (the old working-copy commit X can be restored with jj edit X) git stash