How resolve multiple conflicts with “git mergetool” without having to close the editor between files?
问题 I\'ve found git mergetool to be a handy utility for merging diffs visually, but the way I\'m going about it seems really wonky. Essentially, my process looks like this when conflicts are reported: Execute a git mergetool At the prompt, hit Enter to launch my diff tool (Meld or FileMerge, depending on which computer) Resolve the conflicts Save the changes Close the diff tool If I have more than one conflict, rinse, repeat. Yep, that\'s me opening and closing my diff viewer once for each