Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Colaboradores.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Colaboradores de EDgit

1. Beto Quiroga (betoquiroga)
1. Beto Quiroga (betoquiroga)
2. Hugo Pineda (HugoDLyo) *Soy un nuevo estudiante en la plataforma de EDteam termine de ver el curso y taller de Git y me propuse colaborar con el taller espero les guste mi modificación al README*
66 changes: 54 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,71 @@
# EDgit
Documentación de flujo de trabajo remoto con GIT
**Documentación de flujo de trabajo remoto con GIT**

![organización](img/logistics.svg)

## Organización

Se recomienda crear una organización que sea la propitaria del repositorio principal. A partir de dicho repositorio los miembros o colaboradores podrán hacer un fork hacia sus cuentas personales.
Se recomienda crear una organización que sea la propietaria del repositorio principal. A partir de dicho repositorio los miembros o colaboradores podrán hacer un *fork* hacia sus cuentas personales.

![organización](img/mind_map.svg)


### Pasos para crear una organización en GitHub y trabajar en remoto

1. Click en tu foto perfil (Esquina superior derecha).
![pasos_organización](img/001.jpg)

2. Click en Settings.
![pasos_organización](img/002.jpg)

3. Click en Organizaciones (Menú izquierdo).
![pasos_organización](img/003.jpg)

4. Click en Nueva organización.
![pasos_organización](img/004.jpg)

5. Elegir el plan que mejor se adapte a nuestro proyecto.
![pasos_organización](img/005.jpg)

6. Darle nombre a nuestra organización y registrar email.
![pasos_organización](img/006.jpg)

### Pasos para crear una organización
7. Agregar los miembros de nuestra organización por nombre de usuario de GitHub o email.
![pasos_organización](img/007.jpg)

1. Click en tu foto perfil (Esquina superior derecha)
2. Click en Settings
3. Click en Organizaciones (Menú izquierdo)
4. Click en Nueva organización
5. Elegir plan y lenar datos
8. Llenar un cuestionario de GitHub.
![pasos_organización](img/008.jpg)

9. Una vez completados los pasos empezar a trabajar en nuestra nueva organización
![pasos_organización](img/009.jpg)

---

## Creación de Fork

Para crear un fork debes iniciar sesión en GitHub y luego ingresar a la landing page del proyecto del que quieras sacar tu Frok.
Para crear un *fork* debes iniciar sesión con tu cuenta de GitHub, una vez dentro debes dirigirte a la Landing Page del proyecto del que quieras sacar tu **Fork**.

>En esta ocasión será desde edteamlat/Edgit

![pasos_organización](img/010.jpg)

---

## Como trabajar con 2 o más remotos

Listar remotos
Listar remotos:
`git remote -v`

Agregar remotos
Agregar remotos:
`git remote add EDgit git@github.com:edteamlat/EDgit.git`

Eliminar remotos
Eliminar remotos:
`git remote remove EDgit`

---

#### Contribución

***Elaborado por: [Beto Quiroga](https://github.com/betoquiroga)***

***Modificado por: [Hugo D Lyo](https://github.com/HugoDLyo) Nuevo estudiante de Diseño Web*** :mortar_board: :computer:
Binary file added img/001.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/002.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/003.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/004.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/005.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/006.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/007.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/008.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/009.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/010.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
185 changes: 185 additions & 0 deletions img/logistics.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
72 changes: 72 additions & 0 deletions img/mind_map.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.