Versions Compared

Key

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

...

git checkout -b <SAMOA-XX> upstream/pull/<PR_ID>
git rebase apache/master
 

At this point double check that the commit messages are in the proper format and that the PR contains no merge commits to keep linear git history. To make sure that GitHub automatically closes the PR, add “Fix #PR_ID” at the end of the last commit message.

...