Skip to content
Maxim Belkin edited this page May 17, 2018 · 7 revisions

If you have been asked to rebase a PR, please follow these steps:

  1. Checkout and update the gh-pages branch
git checkout gh-pages
git pull https://github.com/swcarpentry/python-novice-inflammation
  1. Rebase the branch you used to create your Pull Request
git rebase gh-pages your-branch
  1. Push your changes to your fork
git push --force your-fork
Clone this wiki locally