From 78cdc0843a4f1abe185f4d9e152dae0183d50cde Mon Sep 17 00:00:00 2001 From: Benjamin Saunders Date: Tue, 14 Nov 2023 14:35:35 -0800 Subject: [PATCH] docs: add forgotten code tags --- docs/git-comparison.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/git-comparison.md b/docs/git-comparison.md index e2a77f574..92b3e5c35 100644 --- a/docs/git-comparison.md +++ b/docs/git-comparison.md @@ -338,7 +338,7 @@ parent. Create a commit that cancels out a previous commit jj backout -r <revision> - git revert <revision> + git revert <revision>