[PATCH,v2] git-checkout(1): mention fate of extraneous files

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: jidanni
Date: Monday, January 19, 2009 - 3:45 pm

Signed-off-by: jidanni <jidanni@jidanni.org>
---
 Documentation/git-checkout.txt |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/Documentation/git-checkout.txt b/Documentation/git-checkout.txt
index 9cd5151..58abdc6 100644
--- a/Documentation/git-checkout.txt
+++ b/Documentation/git-checkout.txt
@@ -17,7 +17,8 @@ DESCRIPTION
 When <paths> are not given, this command switches branches by
 updating the index and working tree to reflect the specified
 branch, <branch>, and updating HEAD to be <branch> or, if
-specified, <new_branch>.  Using -b will cause <new_branch> to
+specified, <new_branch>. (No files are deleted, use linkgit:git-clean[1]
+for a pristine checkout.) Using -b will cause <new_branch> to
 be created; in this case you can use the --track or --no-track
 options, which will be passed to `git branch`.
 
-- 
1.6.0.6
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH,v2] git-checkout(1): mention fate of extraneous files, jidanni, (Mon Jan 19, 3:45 pm)
Re: [PATCH,v2] git-checkout(1): mention fate of extraneous ..., Boyd Stephen Smith Jr., (Mon Jan 19, 4:16 pm)
Re: [PATCH,v2] git-checkout(1): mention fate of extraneous ..., Johannes Schindelin, (Mon Jan 19, 4:42 pm)