Last active
June 8, 2017 19:50
-
-
Save beradrian/8dfd1b0c1e5ae9cdc36c to your computer and use it in GitHub Desktop.
Sync master into gh-pages
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git checkout gh-pages | |
git merge master | |
git push origin gh-pages |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I applied it and this was the answer:
error: failed to push some refs to 'https://github.com/delta1414/broadway.git'
hint: Updates were rejected because the tip of your current branch is behind
hint: its remote counterpart. Integrate the remote changes (e.g.
hint: 'git pull ...') before pushing again.
I appreciate the support