We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Please follow the steps below in order to move changes you introduced on the gh-pages branch to a different branch.
gh-pages
my-changes
git checkout gh-pages git branch my-changes
git fetch https://github.com/swcarpentry/python-novice-inflammation git reset --hard FETCH_HEAD
git checkout my-changes git push your-fork