* [PATCH] Documentation/gittutorial.txt: clarify git branch -d
@ 2009-01-06 2:40 jidanni
0 siblings, 0 replies; only message in thread
From: jidanni @ 2009-01-06 2:40 UTC (permalink / raw)
To: git; +Cc: gitster
Signed-off-by: jidanni <jidanni@jidanni.org>
---
Documentation/gittutorial.txt | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Documentation/gittutorial.txt b/Documentation/gittutorial.txt
index 7892244..4581a5a 100644
--- a/Documentation/gittutorial.txt
+++ b/Documentation/gittutorial.txt
@@ -260,11 +260,11 @@ At this point you could delete the experimental branch with
$ git branch -d experimental
------------------------------------------------
-This command ensures that the changes in the experimental branch are
-already in the current branch.
+This command makes sure that the changes in the experimental branch are
+already in the current branch before deleting.
If you develop on a branch crazy-idea, then regret it, you can always
-delete the branch with
+force deletion of the branch with
-------------------------------------
$ git branch -D crazy-idea
--
1.6.0.6
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2009-01-06 2:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-06 2:40 [PATCH] Documentation/gittutorial.txt: clarify git branch -d jidanni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).