Versions Compared

Key

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

...

git checkout develop # be on your develop branch
git rebase upstream/masterdevelop

This should result in your history looking like this:

...