Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

    1. $ git cherry-pick <commit id>
  1. (Optional) Ensure the commit was applied successfully
    1. $ git log
  1. Push to the Apache repository (master branch)

...

    1. $ git checkout -t upstream/0.x
  1. (Optional) Check the status of the branch
    1. $ git log
  1. Apply the changes from the PR branch

...