I am trying to get my master changes into my local branch by doing
git checkout MyPersonalBranch git rebase master then I get the error
Patch failed at ..blah blah When you have resolved this problem, run "git rebase --continue". If you prefer to skip this patch, run "git rebase --skip" instead. To check out the original branch and stop rebasing, run "git rebase --abort". When I try git rebase --continue I get the error
xxx.client.jar: needs merge You must edit all merge conflicts and then mark them as resolved using git add I want it to keep the xxx.jar in MyPersonalBranch. How do I tell git not to try to merge this one file?
.jarfiles ingit. There's not a particularly useful way to difference them, patch them, compare them, merge disparate changes to them, etc...