El alijo ya se ha aplicado a otros archivos; es solo page/search.php que tienes que fusionar manualmente. Luego simplemente ejecute git reset para anular los cambios y seguir hackeando, o git add ... y confirmar.
Resuelto con:
git stash show -p
Después del git stash pop comando, luego debe resolver el conflicto a mano y luego hacer git stash drop manualmente como el man git-stash sugiere.