i am try my first merge with git (i thought it will be easier with git than with svn - don't know why). At the moment i use egit (eclipse) and it's merge tool. What i'am missing is the function to tell git that for a given file my local version is the new truth (like copy all from left to right) - i read this
Is there convenient way to overwrite a complete file with my local version? I tried just to save and "add to index" in merge tool but then all the marker "HEAD<<<<<" are also saved :-P. So how to tell merge tool or oher tool "i am fine with left side - take it" (without any change)?