Index: man/src/git-rebase-update.txt |
diff --git a/man/src/git-rebase-update.txt b/man/src/git-rebase-update.txt |
index 6f8e0316b33393cf58dde7e3120a370a68263c0a..22fe4ebed7f6faa16096231eec2b1d2e76fa5734 100644 |
--- a/man/src/git-rebase-update.txt |
+++ b/man/src/git-rebase-update.txt |
@@ -9,7 +9,7 @@ include::_git-rebase-update_desc.helper.txt[] |
SYNOPSIS |
-------- |
[verse] |
-'git rebase-update' [-v | --verbose] [-n | --no-fetch] |
+'git rebase-update' [-v | --verbose] [-n | --no-fetch] [-k | --keep-going] |
DESCRIPTION |
----------- |
@@ -49,6 +49,10 @@ left in mid-rebase and `git rebase-update` will exit. You can deal with this |
like any other conflicted rebase. When you're done, just `git rebase-update` |
again to pick up where you left off. |
+If you'd like to rebase all rebaseable branches in one pass and manually process |
+the unrebaseable ones later, use -k or --keep-going. Cleanup will not happen |
+until all branches apply cleanly. |
+ |
Cleanup:: |
Once all the branches have been rebased, any empty branches (i.e. branches |
with no commits on them) are removed. If a branch is removed in this fashion, |