forked from DecentralizedClimateFoundation/docs
46 lines
1.8 KiB
Markdown
46 lines
1.8 KiB
Markdown
|
---
|
||
|
title: Taller de Git & GitFlow
|
||
|
author: Decentralized Climate Foundation
|
||
|
date: 2023-02-22
|
||
|
category: socialservice
|
||
|
layout: post
|
||
|
---
|
||
|
|
||
|
El proposito del siguiente documento es aprender mientras se utiliza git y gitflow, en especial para trabajos colaborativos.
|
||
|
|
||
|
## Requerimientos
|
||
|
|
||
|
## Proceso
|
||
|
|
||
|
Los siguientes pasos serian:
|
||
|
|
||
|
1.- Apuntar estas tareas en el deck de nextcloud con titulo "Taller de git y gitflow".
|
||
|
2.- Hacer un fork repositorio docs del github la fundacion.
|
||
|
3.- clonar el repositorio e implementar git flow (cambiar a la rama develop)
|
||
|
7.- Asociar el git flow feature a tu espacio personal en hackmd, editarlo con todos los procesos que se hicieron en los puntos anteriores,
|
||
|
8.- terminar el feature y hacer push con los cambios ya en la rama develop.
|
||
|
4.- Crear un documento con el nombre gitflowCheetSheet.md en la rama develop, con in indice propuesto y hacer un push
|
||
|
5.- Asociar la rama develop y el documento a hackmd.io
|
||
|
6.- Clonar el repo a tu usuario personal en github, clonarlo en tu maquina, utilizar gitflow para crear una rama git flow feature.
|
||
|
|
||
|
9.- Solicitar merge request al proyecto en github de la fundacion, rama develop.
|
||
|
10.- hacer un git flow release (con ayuda del admin de la rama).
|
||
|
11.- hacer un hotfix con las actualizacion de la documentacion de los procesos anteriores en el documento.
|
||
|
|
||
|
|
||
|
## CONTACTO Y DESARROLLADORES
|
||
|
> Work developed in collaboration with the [Decentralized Climate Foundation](https://decentralizedclimate.org).
|
||
|
|
||
|
- [David E. Perez Negron R.](mailto:david@neetsec.com)
|
||
|
|
||
|
## Referencias
|
||
|
|
||
|
Cheatsheet de git flow: https://danielkummer.github.io/git-flow-cheatsheet/
|
||
|
|
||
|
Video Sobre gitflow: https://www.youtube.com/watch?v=BYrt6luynCI
|
||
|
|
||
|
Link Hackmd a Git: https://hackmd.io/c/tutorials/%2Fs%2Flink-with-github
|
||
|
|
||
|
Manual de markdown: https://hackmd.io/c/tutorials/%2Fs%2Fhow-to-create-book.
|
||
|
|