diff --git a/docs/git-comparison.md b/docs/git-comparison.md index 860020a9e..0029f90a6 100644 --- a/docs/git-comparison.md +++ b/docs/git-comparison.md @@ -175,6 +175,11 @@ parent. git reset --hard (same as abandoning a change since Git has no concept of a "change") + + Discard working copy changes in some files + jj restore <paths>... + git checkout -- <paths>... + Edit description (commit message) of the current change jj describe