I was rebase master's branch to mine with following command
git rebase master
Then I got conflicts in many files. Then to resolve conflicts what I usually do is
git mergetool -t kdiff3
And usually I resolve conflicts with kdiff3. But this time mergetool is giving below output
No files need merging
But actually there are many files with conflicts. What I was expecting is it will show me a window to resolve conflicts.