How does gitmergetool works. I have conflicts while doing git merge and now I want to get rid of those merge conflicts and I was browsing SO to get some information on how to do it and there was one suggestion of using git mergetool, I have never used git merge tool but when I do use git merge tool than am getting some local, remotes and backups files for my own files and than I have something like
#*merge*#30260IgX# #*merge*#48883jX#
What does this file(if I may say so) means and how do I can get rid of it as I am not sure of what it is…I do not want to commit this to my repos, any suggestions or work around and also would appreciate if some one can point me to proper resource for using git merge tool.
Thanks !!!
"Merging with “git mergetool”" is a starting point, the general theory behind difftool and mergetool being presented in:
"How do I view ‘git diff’ output with visual diff program?"
that being said, for certain standard diff/merge tool, it is even simpler:
"An easier way to set up diff and merge tools for Git on Windows"
You will find a good tutorial here (in the excellent gitguru):
git mergetool
Performing a Merge with Conflicts