I delete the 'readme.md' file on github.
'readme.md' file is still on my local.
Originally I 'git pull' git will remind me auto-conflict failedenter image description here.
Then I run 'git mergetool',it remind me chooseenter image description here.
Later I choose'delete'.A similar situation occurs again.
when I 'git pull' it won't remind me conflict.
It will 'fast-forword' delete my local file directlyenter image description here.
How should I cancel it 'fast-forword' delete my local file?