Search code examples
gittortoisegitgit-cherry-pick

TortoiseGit cherry pick failed! Skip this commit?


I have the problem using TortoiseGit:

enter image description here enter image description here

Why can this happen while doing fetch and rebase? The bundle.js file is generated by webpack.


Solution

  • Eventually I found the solution. The problem was in Web Pack Task Runner, that started to work after fetch. Then, trying to rebase - TortoiseGit found something else to commit from me. So I have this problem only with bundle.js file that was changed during the process Fetch and Rebase.