Guest User

Untitled

a guest
Jan 22nd, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. ``` {shell}
  2. git symbolic-ref HEAD refs/heads/gh-pages
  3. rm .git/index
  4. git clean -fdx
  5. echo "My GitHub Page" > index.html
  6. git add .
  7. git commit -a -m "First pages commit"
  8. git push --set-upstream origin gh-pages
  9. ```
Add Comment
Please, Sign In to add comment