All branches are examined to find their upstream references\&. The correct set of git remotes is determined, and fetched accordingly\&. Note that if any branches have a tag as their upstream, we are forced to pull all remotes\&.
.sp
Pass
\-\-no_fetch
\-\-no\-fetch
to skip this phase\&.
.RE
.PP
@ -87,6 +87,8 @@ will exit\&. You can deal with this like any other conflicted rebase\&. When you
git rebase\-update
again to pick up where you left off\&.
.RE
.sp
If you\(cqd 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\&.