As per this question, I know it is possible to keep all changes that did not raise any conflict, while using theirchanges for the conflicting changes.
What I would like to know is, when using SourceTree (or, if relevant, any git tool or even the command line), what is the default behaviour when choosing Resolve using theirson a single file (or even the complete merge).
- Does it simply replace the complete local file with whatever is in the remote ?
- Does it keep all the local non conflicting changes and only use theirsfor all the conflicts?
 
     
     
    