We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d16c511 commit ea43ddaCopy full SHA for ea43dda
docs/task-oriented-primer.adoc
@@ -228,10 +228,14 @@ Make a new maintenance branch:
228
229
```
230
$ git checkout maint
231
-(maint) $ git reset --hard v2.7.0
+(maint) $ git merge --ff-only master
232
(maint) $ git push --set-upstream origin +maint
233
234
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
+
239
You will likely now wish to <<RewindRebuildNext>> and <<RewindRebuildPu>>.
240
241
===== Examples
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments