How can I accept all remote files in a specific folder during a git merge?
问题 We're using posh-git on Windows Powershell for source control. We're in the unenviable position of storing some of our built assemblies in our git repo. I know all the sermons on why you shouldn't do that, but we have to live with it for now. Thankfully they are in a separate solution, but sometimes two people work on that solution in their own branch simultaneously, and the last one in gets to take the merge conflict. The process, of course, looks something like this: Person A lands their