From 257fbe35c795faca97951393a7d839316a251bbc Mon Sep 17 00:00:00 2001 From: Benjamin Saunders Date: Mon, 13 Nov 2023 17:47:36 -0800 Subject: [PATCH] docs: Document `jj backout`/`git revert` correspondence --- docs/git-comparison.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/git-comparison.md b/docs/git-comparison.md index f7ecf922c..e2a77f574 100644 --- a/docs/git-comparison.md +++ b/docs/git-comparison.md @@ -334,5 +334,11 @@ parent. Not supported + + Create a commit that cancels out a previous commit + jj backout -r <revision> + + git revert <revision> +