]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/gitignore.txt
Documentation: be consistent about "git-" versus "git "
[thirdparty/git.git] / Documentation / gitignore.txt
index 2881c9cb92941a24d44d5a9f0d6a71cb06a01c23..812ae8336bf687da835dfc7cb0151b147b9b12f6 100644 (file)
@@ -92,7 +92,7 @@ Patterns have the following format:
 An example:
 
 --------------------------------------------------------------
-    $ git-status
+    $ git status
     [...]
     # Untracked files:
     [...]
@@ -110,7 +110,7 @@ An example:
     *.html
     # except foo.html which is maintained by hand
     !foo.html
-    $ git-status
+    $ git status
     [...]
     # Untracked files:
     [...]