From 3be6f03938cd3b7df31272cde50f9150a725763e Mon Sep 17 00:00:00 2001 From: "Herman J. Radtke III" Date: Tue, 19 Nov 2024 10:20:04 -0500 Subject: [PATCH] docs: git blame comparison Add comparison for git blame and jj file annotate. --- docs/git-comparison.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/git-comparison.md b/docs/git-comparison.md index 43e280a2f2..fc3923f4ca 100644 --- a/docs/git-comparison.md +++ b/docs/git-comparison.md @@ -376,5 +376,11 @@ parent. git revert <revision> + + Show what revision and author last modified each line of a file + jj file annotate <path> + + git blame <file> +