Skip to content

Instantly share code, notes, and snippets.

@wellingtonpgp
Created May 28, 2017 04:31
Show Gist options
  • Select an option

  • Save wellingtonpgp/9b8295dd44e04d73d3f2e2e11e7cf4c6 to your computer and use it in GitHub Desktop.

Select an option

Save wellingtonpgp/9b8295dd44e04d73d3f2e2e11e7cf4c6 to your computer and use it in GitHub Desktop.
git branch gh-pages
git push origin gh-pages
criar novo arquivo
add na master
git add .
git commit -m "teste"
git checkout gh-pages
git branch
*gh-pages
master
git merge master
git push
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment