Signed-off-by: jidanni <redacted>
---
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