### GIT
* Definición
[Ejercicio: Instalar Git](U1_git.html#/5)
* Configuración
[Ejercicio: Configurar Usuario](U1_git.html#/10)
* Servidores
[Ejercicio: Crear Cuenta Github](U1_git.html#/14)
* Estados
* Comandos
### Comandos
* init
* clone
* status
* add
* commit
* conventional commits
* push
* pull
* log
* diff
[Ejercicio: Github Básico](U1_git.html#/32)
* Software VCS
[Ejercicio: Github Básico II](U1_git.html#/42)
* Sobre git
### Classroom
* Qué es?
[Ejercicio: Github Classroom](U1_git.html#/48)
### Comandos
* branch
* checkout
* merge
[Ejercicio: Git Branch](U1_git.html#/60)
* Fork
* Pull Request
* Code Review
---
## Git
* Sistema distribuido de control de versiones
* Libre
* Crea branches y hace merge rapido y fácil
* Cada "Clón" es un repositorio completo
]
---

---
### Instalar git en Windows
1. Ingresar a [https://git-scm.com/download/win](https://git-scm.com/download/win)
2. Descargar la versión **Standalone**
3. Durante la instalación dejar las opciones por defecto, excepto en el paso:
* Git from the command line and also from 3rd-party software
* Use Windows' default console windows
4. Abrir el **Cmd** o **Consola** o **Simbolos del Sistema** y escribir
```javascript
git --version
```