I have the problem using TortoiseGit:
Why can this happen while doing fetch and rebase?
The bundle.js
file is generated by webpack.
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.