Cita:
Originalmente Escrito por menan
$ git cherry-pick 0e846d1a210f9ac937689ac6fa6052decd6090bd
error: Your local changes would be overwritten by cherry-pick.
hint: Commit your changes or stash them to proceed.
fatal: cherry-pick failed
;(
|
git status
git add (ruta archivo) (añade todos los que te aparezcan en rojo)
git commit -a
y luego sigue