Estoy tratando de seleccionar una confirmación del maestro y llevarla a la rama de producción actual. Sin embargo, cuando ejecuto git cherry-pick <SHA-hash>
, recibo este mensaje:
# On branch prod_20110801
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
# site/test-result/
nothing added to commit but untracked files present (use "git add" to track)
The previous cherry-pick is now empty, possibly due to conflict resolution.
If you wish to commit it anyway, use:
git commit --allow-empty
Otherwise, please use 'git reset'
Nota: Intenté hacer un reinicio y un reinicio --hard HEAD ^, y ninguno pareció cambiar nada.
Estoy confundido en cuanto a por qué esto no funciona para mí.
¡Cualquier idea, consejo o idea sobre cómo resolver esto sería útil ~!