summaryrefslogtreecommitdiffstats
path: root/user-manual.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-08-10 03:55:58 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-08-10 03:55:58 +0000
commitfaa1e50737bfc349e8315c99a2ed59182fd557b1 (patch)
tree05ca5456c6a103f7632321128d3a325a68450748 /user-manual.txt
parentb53db3ca58a8a65d8de3b9fa048d410757edc38f (diff)
downloadgit-htmldocs-faa1e50737bfc349e8315c99a2ed59182fd557b1.tar.gz
Autogenerated HTML docs for v1.6.0-rc2-22-g71b9
Diffstat (limited to 'user-manual.txt')
-rw-r--r--user-manual.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/user-manual.txt b/user-manual.txt
index 43f4e392f..f42168994 100644
--- a/user-manual.txt
+++ b/user-manual.txt
@@ -1128,8 +1128,8 @@ This typically includes files generated by a build process or temporary
backup files made by your editor. Of course, 'not' tracking files with git
is just a matter of 'not' calling "`git-add`" on them. But it quickly becomes
annoying to have these untracked files lying around; e.g. they make
-"`git add .`" and "`git commit -a`" practically useless, and they keep
-showing up in the output of "`git status`".
+"`git add .`" practically useless, and they keep showing up in the output of
+"`git status`".
You can tell git to ignore certain files by creating a file called .gitignore
in the top level of your working directory, with contents such as: