susanahernandezd
6/19/2019 - 9:16 AM

Add changes to last commit (before push)

git add

# añade al último commit los cambios añadidos
git commit --amend

# forzar el push
git push origin <branch_name> -f