1,190
edits
Strangerke (talk | contribs) |
Strangerke (talk | contribs) |
||
Line 67: | Line 67: | ||
=== Branching for minor releases === | === Branching for minor releases === | ||
For the example, we use v1.7 | For the example, we use v1.7. Don't forget to adapt to the adequate version. | ||
* Create a branch for 1.7.0 from branch-1-7, named branch-1-7-0 | * Create a branch for 1.7.0 from branch-1-7, named branch-1-7-0 | ||
** <code>git checkout -b branch-1-7-0 branch-1-7</code> | ** <code>git checkout -b branch-1-7-0 branch-1-7</code> |