summaryrefslogtreecommitdiffstats
path: root/git-restore.txt
diff options
context:
space:
mode:
Diffstat (limited to 'git-restore.txt')
-rw-r--r--git-restore.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-restore.txt b/git-restore.txt
index c70444705..975825b44 100644
--- a/git-restore.txt
+++ b/git-restore.txt
@@ -105,7 +105,7 @@ in linkgit:git-checkout[1] for details.
specified. Unmerged paths on the working tree are left alone.
--ignore-skip-worktree-bits::
- In sparse checkout mode, by default is to only update entries
+ In sparse checkout mode, the default is to only update entries
matched by `<pathspec>` and sparse patterns in
$GIT_DIR/info/sparse-checkout. This option ignores the sparse
patterns and unconditionally restores any files in
@@ -199,7 +199,7 @@ the same as using linkgit:git-reset[1])
$ git restore --staged hello.c
------------
-or you can restore both the index and the working tree (this the same
+or you can restore both the index and the working tree (this is the same
as using linkgit:git-checkout[1])
------------