Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Nebula/Releases/New Release/cherry-pick the changes"

(Created page with "==Cherry-pick your changes== Create a new branch and cherry-pick the changes that are part of the release. file:cherrypickn.mp4")
 
Line 1: Line 1:
 
==Cherry-pick your changes==
 
==Cherry-pick your changes==
Create a new branch and cherry-pick the changes that are part of the release.
+
Create a new branch from the latest tag. Make suse to put the version number in the branch name.
  
[[file:cherrypickn.mp4]]
+
[[file:nebnewbr.png|600px|border]]
 +
 
 +
 
 +
Then Cherry-pick the changes that you want to include
 +
 
 +
[[file:nebcherry.png|600px|border]]
 +
 
 +
 
 +
Then push the branch to GitHub.
 +
 
 +
[[file:nebpushb.png|600px|border]]
 +
 
 +
 
 +
Others may collaborate on that branch

Revision as of 14:15, 3 October 2020

Cherry-pick your changes

Create a new branch from the latest tag. Make suse to put the version number in the branch name.

Nebnewbr.png


Then Cherry-pick the changes that you want to include

Nebcherry.png


Then push the branch to GitHub.

Nebpushb.png


Others may collaborate on that branch

Back to the top