Moved help command to be the last example
This commit is contained in:
@@ -6,10 +6,6 @@
|
|||||||
|
|
||||||
`git gc`
|
`git gc`
|
||||||
|
|
||||||
- View full usage:
|
|
||||||
|
|
||||||
`git gc --help`
|
|
||||||
|
|
||||||
- Aggressively optimise, takes more time:
|
- Aggressively optimise, takes more time:
|
||||||
|
|
||||||
`git gc --aggressive`
|
`git gc --aggressive`
|
||||||
@@ -21,3 +17,7 @@
|
|||||||
- Suppress all output:
|
- Suppress all output:
|
||||||
|
|
||||||
`git gc --quiet`
|
`git gc --quiet`
|
||||||
|
|
||||||
|
- View full usage:
|
||||||
|
|
||||||
|
`git gc --help`
|
||||||
|
Reference in New Issue
Block a user