Created
May 28, 2017 04:31
-
-
Save wellingtonpgp/9b8295dd44e04d73d3f2e2e11e7cf4c6 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 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