Update cheatsheets

This commit is contained in:
ivuorinen
2024-06-04 00:14:12 +00:00
parent cdeb1d6bc9
commit c4f575222c
33 changed files with 232 additions and 151 deletions

View File

@@ -6,7 +6,8 @@ source: https://github.com/tldr-pages/tldr.git
# git fsck
> Verify the validity and connectivity of nodes in a Git repository index.
> Does not make any modifications. See `git gc` for cleaning up dangling blobs.
> Does not make any modifications.
> See also: `git gc` for cleaning up dangling blobs.
> More information: <https://git-scm.com/docs/git-fsck>.
- Check the current repository: