Skip to content

Commit

Permalink
docs: git blame comparison
Browse files Browse the repository at this point in the history
Add comparison for git blame and jj file annotate.
hjr3 authored and martinvonz committed Nov 19, 2024
1 parent 173c11c commit 3be6f03
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/git-comparison.md
Original file line number Diff line number Diff line change
@@ -376,5 +376,11 @@ parent.
</td>
<td><code>git revert &lt;revision&gt;</code></td>
</tr>
<tr>
<td>Show what revision and author last modified each line of a file</td>
<td><code>jj file annotate &lt;path&gt;</code>
</td>
<td><code>git blame &lt;file&gt;</code></td>
</tr>
</tbody>
</table>

0 comments on commit 3be6f03

Please sign in to comment.