mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-10 19:47:03 +00:00
Update cheatsheets
This commit is contained in:
@@ -14,12 +14,12 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Display a count of all objects and their total disk usage, displaying sizes in human-readable units:
|
||||
|
||||
`git count-objects --human-readable`
|
||||
`git count-objects {{[-H|--human-readable]}}`
|
||||
|
||||
- Display more verbose information:
|
||||
|
||||
`git count-objects --verbose`
|
||||
`git count-objects {{[-v|--verbose]}}`
|
||||
|
||||
- Display more verbose information, displaying sizes in human-readable units:
|
||||
|
||||
`git count-objects --human-readable --verbose`
|
||||
`git count-objects {{[-H|--human-readable]}} {{[-v|--verbose]}}`
|
||||
|
||||
Reference in New Issue
Block a user