66 lines
3.3 KiB
Markdown
66 lines
3.3 KiB
Markdown
#### 📖️ Wiki
|
|
- Comandos [Basicos Git](https://gitea.kickto.net/jp.av.dev/basicos_git/wiki/Comandos-Basicos-Git#user-content-hoja-de-comandos-basicos-git)
|
|
- Acciones en [Workflows](https://gitea.kickto.net/jp.av.dev/basicos_git/wiki/Workflows-y-acciones-colaborativas#user-content-workflows)
|
|
|
|
--------
|
|
### Indice
|
|
* [Instalación](https://gitea.kickto.net/jp.av.dev/basicos_git/wiki/Comandos-Basicos-Git#user-content-instalar-y-configurar-user)
|
|
* [Crear Repositorio (directorio local)](https://gitea.kickto.net/jp.av.dev/basicos_git/wiki/Comandos-Basicos-Git#user-content-crear-repositorio-en-directorio-actual)
|
|
* [Git-Reset](https://gitea.kickto.net/jp.av.dev/basicos_git/wiki/Comandos-Basicos-Git#user-content-git-reset)
|
|
* [Checkout](https://gitea.kickto.net/jp.av.dev/basicos_git/wiki/Comandos-Basicos-Git#user-content-checkout)
|
|
* [status-log-config](https://gitea.kickto.net/jp.av.dev/basicos_git/wiki/Comandos-Basicos-Git#user-content-otros)
|
|
* [Branches(Ramas)](https://gitea.kickto.net/jp.av.dev/basicos_git/wiki/Comandos-Basicos-Git#user-content-branches)
|
|
- [Crear/Borrar Rama](https://gitea.kickto.net/jp.av.dev/basicos_git/wiki/Comandos-Basicos-Git#user-content-crear-rama)
|
|
- [Merge/Rebase](https://gitea.kickto.net/jp.av.dev/basicos_git/wiki/Comandos-Basicos-Git#user-content-fusionar-ramas)
|
|
* [Log](https://gitea.kickto.net/jp.av.dev/basicos_git/wiki/Comandos-Basicos-Git#user-content-log)
|
|
* [Alias - Stach - Diff - Fetch](https://gitea.kickto.net/jp.av.dev/basicos_git/wiki/Comandos-Basicos-Git#user-content-alias-log)
|
|
* Trabajando con repositorios remotos:
|
|
- [Clonar repositorio remoto](https://gitea.kickto.net/jp.av.dev/basicos_git/wiki/Comandos-Basicos-Git#user-content-clonar-repositorio-o-https)
|
|
- [Ver/Eliminar vinculo remoto](https://gitea.kickto.net/jp.av.dev/basicos_git/wiki/Comandos-Basicos-Git#user-content-ver-y-eliminar-vinculo-con-repositorio-remoto)
|
|
- [Crear repositorio remoto](https://gitea.kickto.net/jp.av.dev/basicos_git/wiki/Comandos-Basicos-Git#user-content-crear-nuevo-repositorio-remoto)
|
|
- [Git-Push](https://gitea.kickto.net/jp.av.dev/basicos_git/wiki/Comandos-Basicos-Git#user-content-push-repo-local-a-remota)
|
|
* [Llaves ssh](https://gitea.kickto.net/jp.av.dev/basicos_git/wiki/Comandos-Basicos-Git#user-content-llaves-ssh)
|
|
* [Git Ignore](https://gitea.kickto.net/jp.av.dev/basicos_git/wiki/Comandos-Basicos-Git#user-content-git-ignore)
|
|
* [Referencias](https://gitea.kickto.net/jp.av.dev/basicos_git/wiki/Comandos-Basicos-Git#user-content-docs-referencias)
|
|
|
|
-----
|
|
### Ruta de Trabajo
|
|
|
|
#### 1. Crear blog con GitHub Pages
|
|
|
|
Creación de un sitio en GitHub Pages:
|
|
|
|
1. Crear cuenta GitHub
|
|
|
|
2. Lanzar un proyecto. (git push)
|
|
|
|
3. Situar en en la rama de gh-pages y desplegar.
|
|
|
|
|
|
#### 2. Diseñar proyecto con Git
|
|
|
|
1. Visualizar proyecto y enlistar en issues management de GitHub.
|
|
|
|
Esto implica:
|
|
|
|
- Generar Milestones e issues.
|
|
- Colocar deadlines
|
|
|
|
2. Subir a GitHub.
|
|
|
|
Resolver issues, con su descripcion correspondiente por commit.
|
|
|
|
3. Resolver >= 10 issues, 10 commits. Para 'apreciar el diseño' del proyecto.
|
|
|
|
|
|
#### 3. Despliegue (deploy) con Git
|
|
|
|
1. Acceso a un servidor via ssh requerido.
|
|
|
|
2. Subir proyecto a GitHub
|
|
|
|
3. Desplegar con pull y push.
|
|
|
|
*) opciones :
|
|
- Digital Ocean, Webfaction, Amazon Web Services...
|
|
- Montar servidor L.E.M.P., L.A.M.P., etc. |