]> 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 613dca006fe2855a4600d7150e7281c9bde24238..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:
     [...]
@@ -138,4 +138,4 @@ Frank Lichtenheld, and the git-list <git@vger.kernel.org>.
 
 GIT
 ---
-Part of the linkgit:git[7] suite
+Part of the linkgit:git[1] suite