chiark / gitweb /
tg-delete: Handle the case where the branch has been removed already, but the base...
[topgit.git] / README
diff --git a/README b/README
index 495c70b4aaa565741315bdb25f4778e56e778a4c..fc74ff81160a826ddc4ab467d167114553c61df0 100644 (file)
--- a/README
+++ b/README
@@ -244,6 +244,10 @@ tg delete
        only empty branch (base == head); use '-f' to remove
        non-empty branch.
 
+       The '-f' option is also useful to force removal of a branch's base, if
+       you used 'git branch -D B' to remove the branch B, and then certain
+       TopGit commands complain, because the base of branch B is still there.
+
        Currently, this command will _NOT_ remove the branch from
        the dependency list in other branches. You need to take
        care of this _manually_. This is even more complicated