diff --git a/docs/git-comparison.md b/docs/git-comparison.md index 43e280a2f..fc3923f4c 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> +