Non riesco a squash commit con git rebase -i command
, ottenendo il seguente messaggio di errore.git can not squash commits
error: could not apply 3ad5c7b...
When you have resolved this problem run "git rebase --continue".
If you would prefer to skip this patch, instead run "git rebase --skip".
To check out the original branch and stop rebasing run "git rebase --abort".
Qual è l'errore e come risolverlo?
C'è qualche conflitto? – pktangyue
possibile duplicato di [Come posso risolvere i conflitti di unione in Git?] (Http://stackoverflow.com/questions/161813/how-do-i-fix-merge-conflicts-in-git) – R0MANARMY
@PRC type 'git status' e mostraci l'output, cosa dice? –