git add # añade al último commit los cambios añadidos git commit --amend # forzar el push git push origin <branch_name> -f