githubteacher / github-for-developers-sept-2015

practice repo for the Sept 29-30 GitHub for Developers class
12 stars 36 forks source link

Do you recommend using git mergetool to fix conflicts ? #722

Closed metherton closed 8 years ago

jaw6 commented 8 years ago

It depends -- for simple conflicts, it can be overkill. In some developer environments, a git-aware IDE can provide a more familiar environment for managing conflicts (eg, especially if a build or test process is required after a merge conflict). But, otherwise, for complicated or non-IDE merges, a mergetool can be handy.