mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-24 17:52:17 +00:00
Update cheatsheets
This commit is contained in:
@@ -21,3 +21,11 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
- List all root nodes found:
|
||||
|
||||
`git fsck --root`
|
||||
|
||||
- Show all unreachable and dangling objects, ignore reflogs, and perform a full integrity check:
|
||||
|
||||
`git fsck --dangling --no-reflogs --unreachable --full`
|
||||
|
||||
- Check connectivity only (skip object integrity verification):
|
||||
|
||||
`git fsck --connectivity-only`
|
||||
|
||||
Reference in New Issue
Block a user