Explorar o código

Moved help command to be the last example

pxgamer %!s(int64=7) %!d(string=hai) anos
pai
achega
4e0790e7e0
Modificáronse 1 ficheiros con 4 adicións e 4 borrados
  1. 4 4
      pages/common/git-gc.md

+ 4 - 4
pages/common/git-gc.md

@@ -6,10 +6,6 @@
 
 `git gc`
 
-- View full usage:
-
-`git gc --help`
-
 - Aggressively optimise, takes more time:
 
 `git gc --aggressive`
@@ -21,3 +17,7 @@
 - Suppress all output:
 
 `git gc --quiet`
+
+- View full usage:
+
+`git gc --help`