From a60d973dbc28b193cd74680be980f1a1c662ee03 Mon Sep 17 00:00:00 2001 From: rkiel Date: Sun, 31 May 2015 16:21:34 -0400 Subject: [PATCH] updated README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 12824ae..448e4e2 100644 --- a/README.md +++ b/README.md @@ -68,9 +68,10 @@ feature merge integration #### End Use the `end` subcommand to close out the feature. +The standard branch will be checkout and the local feature branch will be forcibly deleted. +Make sure that your changes have been merged. +If there is a backup copy on `origin`, it will also be removed. ``` feature end ``` - -For example, the feature branch `rkiel-master-my-new-feature` will be deleted and the `master` will be checked out.