I went through lots of git stuff and stackoverflow answers before asking this question but still I could not find an answer. Last link I followed is : How do I resolve git saying "Commit your changes or stash them before you can merge"?
My Scenario is , I pull new changes to local copy but there is a conflict. My local copy has new changes which I need to commit and repository file also have some changes (same file) which I need to update.
Please help me to find a solution for this. Thanks in advance.