Update cheatsheets

This commit is contained in:
ivuorinen
2025-03-12 00:18:03 +00:00
parent 4ed84edbe1
commit ffbd8c31db
29 changed files with 244 additions and 70 deletions

View File

@@ -9,7 +9,7 @@ source: https://github.com/tldr-pages/tldr.git
> See also `git checkout` and `git reset`.
> More information: <https://git-scm.com/docs/git-restore>.
- 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}}`