https://github.com/jorgerubin Autor: Jorge Rubin Roger
git init
git clone
git status
git add
git add .
git commit -m "Mensaje del commit"
git log
git log --oneline
git commit -am "Mensaje del commit"
git checkout --
git branch
git checkout
git checkout -b
git merge
git branch -d
git remote add origin
git push origin
git pull origin