diff options
author | Elijah Newren <newren@gmail.com> | 2023-10-08 08:45:07 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2023-10-09 21:06:29 +0200 |
commit | 89363522424a27b2e43c74a7965566d943cbdba4 (patch) | |
tree | b57dd5a4a5c4739869652d981e19ed557238f629 /Documentation/git-restore.txt | |
parent | documentation: fix apostrophe usage (diff) | |
download | git-89363522424a27b2e43c74a7965566d943cbdba4.tar.xz git-89363522424a27b2e43c74a7965566d943cbdba4.zip |
documentation: add missing words
Diff best viewed with --color-diff.
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-restore.txt')
-rw-r--r-- | Documentation/git-restore.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-restore.txt b/Documentation/git-restore.txt index ad546a37cf..975825b44a 100644 --- a/Documentation/git-restore.txt +++ b/Documentation/git-restore.txt @@ -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]) ------------ |