We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
If you're asked to squash (all) the commits in your Pull Request, please follow the steps below:
your-PR-branch
git checkout your-PR-branch
git reset --soft $(git merge-base gh-pages your-PR-branch)
git commit -m "Your message"
git push --force your-fork