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> +