Created
June 25, 2016 09:11
-
-
Save yasirtaher/4efbbacb9f6a583aba492a02d7ad7c25 to your computer and use it in GitHub Desktop.
Show project demo github pages
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 checkout --orphan gh-pages | |
git rm -rf | |
rm '.gitignore' | |
git commit -a -m "commit" | |
git push -f origin gh-pages |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment