diff --git a/docs/git-comparison.md b/docs/git-comparison.md index 92b3e5c35..f17c4f000 100644 --- a/docs/git-comparison.md +++ b/docs/git-comparison.md @@ -188,6 +188,11 @@ parent. jj log -r ::@ git log + + Search among files versioned in the repository + grep foo $(jj files) + git grep foo + Abandon the current change and start a new change jj abandon