From c696d7c62f1121855b09fc65984c7d1d632b490b Mon Sep 17 00:00:00 2001 From: Martin Clausen Date: Tue, 1 Aug 2023 11:16:43 +0200 Subject: [PATCH] Correct typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fed270c592..ad5a79747f 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ before you're done with the changes. ### The repo is the source of truth With Jujutsu, the working copy plays a smaller role than with Git. Commands -snapshot the working copy before they start, then the update the repo, and then +snapshot the working copy before they start, then they update the repo, and then the working copy is updated (if the working-copy commit was modified). Almost all commands (even checkout!) operate on the commits in the repo, leaving the common functionality of snapshotting and updating of the working copy to