Git - Cutting releases from commits

Table of Contents

Git - cherry picking

  1. A little tedious.
  2. Works best when there are only a few commits to work with.

Process:

  1. From eclipse eGit, checkout develop.
  2. Go to history, select the commit and create a branch from the commit.
  3. Run mvn clean install to make sure everything is good.
  4. Push the branch.
  5. Double check to see if any commits are missing. If so, do git cherry-pick
  6. Create the pull request.

Tags

Git - working with branches


Links to this note