Visual Studio Code – What is the Git CLI equivalent of "Keep Current" in Visual Studio Git Changes window?
In Visual Studio, I can easily take the current (or incoming) branch's changes while resolving merge conflicts. This is like merging with --ours (or --theirs) merge strategy for a single file. Could someone please tell me how I would do…