Repo de prueba para familiarizarse con git y cargar ejercicios de pipeline
git checkout -b your_branch
git checkout master
git pull
git checkout your_branch
git rebase master
git checkout master git merge --ff-only your_branch git push origin master
git reset --hard
git reset --hard HEAD