Skip to content

Instantly share code, notes, and snippets.

@beradrian
Last active June 8, 2017 19:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save beradrian/8dfd1b0c1e5ae9cdc36c to your computer and use it in GitHub Desktop.
Save beradrian/8dfd1b0c1e5ae9cdc36c to your computer and use it in GitHub Desktop.
Sync master into gh-pages
git checkout gh-pages
git merge master
git push origin gh-pages
@delta1414
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment