diff --git a/pages/common/git-restore.md b/pages/common/git-restore.md index 05375c5e1ad639..40926e3bf00ab1 100644 --- a/pages/common/git-restore.md +++ b/pages/common/git-restore.md @@ -4,7 +4,7 @@ > See also `git checkout` and `git reset`. > More information: . -- Restore an unstaged file to the version of the current commit (HEAD): +- Restore an unstaged file to the staged version: `git restore {{path/to/file}}`