Versions Compared

Key

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

...

First, fetch the PR as explained above. Make sure your master is up to date, then rebase the PR branch on master if needed.

git checkout <SAMOA-XX>
git rebase 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.

...