Para volver a agregar el archivo eliminado a tu repositorio: $ git add README.md Para eliminar este archivo de tu repositorio: $ git rm README.md > README.md: needs merge > rm 'README.md' Confirma tus cambios con un comentario. $ git commit -m ...
$git status># On branch main># Your branch and 'origin/main' have diverged,># and have 1 and 2 different commits each, respectively.># (use "git pull" to merge the remote branch into yours)># You have unmerged paths.># (fix conflicts and run "git com...