basicos_git/README.md

66 lines
3.3 KiB
Markdown
Raw Normal View History

2020-07-21 14:27:53 -04:00
#### 📖️ Wiki
2020-07-24 22:11:03 -04:00
- 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)
2020-07-21 14:27:53 -04:00
--------
2020-11-17 16:06:42 -03:00
### 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)
-----
2020-07-21 13:46:49 -04:00
### Ruta de Trabajo
2020-07-11 18:14:02 -04:00
2020-07-21 13:46:49 -04:00
#### 1. Crear blog con GitHub Pages
2020-07-11 18:14:02 -04:00
2020-07-15 22:59:01 -04:00
Creación de un sitio en GitHub Pages:
2020-07-11 18:14:02 -04:00
2020-07-21 13:46:49 -04:00
1. Crear cuenta GitHub
2020-07-11 18:14:02 -04:00
2020-07-21 13:46:49 -04:00
2. Lanzar un proyecto. (git push)
2020-07-11 18:14:02 -04:00
2020-07-15 22:59:01 -04:00
3. Situar en en la rama de gh-pages y desplegar.
2020-07-11 18:14:02 -04:00
2020-07-21 13:46:49 -04:00
#### 2. Diseñar proyecto con Git
2020-07-11 18:14:02 -04:00
2020-07-15 22:59:01 -04:00
1. Visualizar proyecto y enlistar en issues management de GitHub.
2020-07-11 18:14:02 -04:00
2020-07-15 22:59:01 -04:00
Esto implica:
2020-07-11 18:14:02 -04:00
2020-07-15 22:59:01 -04:00
- Generar Milestones e issues.
- Colocar deadlines
2020-07-11 18:14:02 -04:00
2020-07-15 22:59:01 -04:00
2. Subir a GitHub.
2020-07-21 13:46:49 -04:00
Resolver issues, con su descripcion correspondiente por commit.
2020-07-11 18:14:02 -04:00
2020-07-15 22:59:01 -04:00
3. Resolver >= 10 issues, 10 commits. Para 'apreciar el diseño' del proyecto.
2020-07-11 18:14:02 -04:00
2020-07-21 13:46:49 -04:00
#### 3. Despliegue (deploy) con Git
2020-07-11 18:14:02 -04:00
2020-07-21 13:46:49 -04:00
1. Acceso a un servidor via ssh requerido.
2020-07-11 18:14:02 -04:00
2020-07-15 22:59:01 -04:00
2. Subir proyecto a GitHub
2020-07-11 18:14:02 -04:00
2020-07-15 22:59:01 -04:00
3. Desplegar con pull y push.
2020-07-11 18:14:02 -04:00
2020-07-15 22:59:01 -04:00
*) opciones :
2020-07-21 13:46:49 -04:00
- Digital Ocean, Webfaction, Amazon Web Services...
- Montar servidor L.E.M.P., L.A.M.P., etc.