FYI Since switching master, some older PRs are based on CURATOR-2.0, not master. For example, I just merged CURATOR-394. I double checked and it was based off of what is now CURATOR-2.0. So, I did:
git checkout CURATOR-2.0 git merge --squash --commit CURATOR-394 git push git checkout master git cherry-pick CURATOR-2.0 git push -JZ
