mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-02 06:54:43 +00:00
Update cheatsheets
This commit is contained in:
@@ -11,11 +11,11 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Report what would be removed by Git prune without removing it:
|
||||
|
||||
`git prune --dry-run`
|
||||
`git prune {{[-n|--dry-run]}}`
|
||||
|
||||
- Prune unreachable objects and display what has been pruned to `stdout`:
|
||||
|
||||
`git prune --verbose`
|
||||
`git prune {{[-v|--verbose]}}`
|
||||
|
||||
- Prune unreachable objects while showing progress:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user