How to force "my changes" when merging in git? Someone put all bin directories in git, and now I have a terrible merge conflict :(
Now he says the following:
When you solve this problem run "git rebase -continue". if you would rather skip this patch, run git rebase -skip instead. to restore the original branch and stop the rebasing run "git rebase-abort".
I DO NOT want to merge, I just want to delete all these files using my changes.
EDIT: . Most files have been successfully merged either through automatic merging, or due to the absence of conflict. However, some of them still exist, as well as the following.
warning: it is not possible to combine binary files: CSI / reports / object / Debug / TempPE / GroupMailDS.Designer.cs.dll (HEAD versus the added gitignore)
source
share