Proyecto de prueba para utilizar los comandos básicos de git. Consta de un pequeño archivo en C sobre el que trabajaremos para aplicar varios conceptos y este readme descriptivo.
- git init
- git status (git add / git rm)
- git commit
- git diff
- git log
- git checkout
- git reset
- git branch
- git checkout -b
- git merge (ff y 3-Way)
- git remote
- git remote add
- git push
- git pull
- git fetch