Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ea43dda

Browse files
task primer: update method of moving maint forward
Fixes Issue #9
1 parent d16c511 commit ea43dda

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

‎docs/task-oriented-primer.adoc‎

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,10 +228,14 @@ Make a new maintenance branch:
228228

229229
```
230230
$ git checkout maint
231-
(maint) $ git reset --hard v2.7.0
231+
(maint) $ git merge --ff-only master
232232
(maint) $ git push --set-upstream origin +maint
233233
```
234234

235+
NOTE: If the merge fails because the branch cannot be fast-forwarded, then it is possible some fixes on `maint` were
236+
missed in the feature release, and are not on `master`. This will not happen if the content of the branches was
237+
verified as per the earlier instructions.
238+
235239
You will likely now wish to <<RewindRebuildNext>> and <<RewindRebuildPu>>.
236240

237241
===== Examples

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /