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
Save changes in my-changes branch.
my-changes
git checkout gh-pages git branch my-changes
Sync your gh-pages with our repository Note, your-fork is the name of your fork in your local repository. See the output of git remote -v.
your-fork
git remote -v
git fetch https://github.com/swcarpentry/python-novice-inflammation git reset --hard FETCH_HEAD git push --force your-fork gh-pages
Push my-changes branch to your fork
git checkout my-changes git push your-fork my-changes
Now you can submit a Pull Request (PR) to our repository from the my-changes branch.