If you've had a pull request reviewed and accepted, congratulations! Before we can merge your changes, we'll need you to rebase off origin/develop
and squash your commits into one. This will give us a cleaner git history.
Never done this before? No problem. We'll walk you through it, and you can read a deeper guide about rewriting history to understand more.
On your command line you'll want to do:
git rebase -i origin/develop