Por ejemplo, para un portafolio. A continuación, como empezar con el index.html.
- Siendo usuario de GitHub, crear el repositorio portafolio. Elegir que cree el README.
- Clonar el repositorio: git clone git@github.com:myusername/portafolio.git
- Crear el branch gh-pages: git checkout -b gh-pages
- Crear index.html y agregarlo: git add .
- Commit: git commit -am "created index.html"
- Push: git push origin gh-pages
- Revisar http://myusername.github.com/portafolio/
No hay comentarios.:
Publicar un comentario