git - How to resolve Deleted merge conflict in TortoiseGit? -


i novice in git , use tortoisegit git client

i have conflict.
click edit conflict , see following:

enter image description here

can explain happen if click on
1. modified
2. delete
3. abort

p.s. want merge local , remote branch

a deleted merge conflict occurrs if @ same time file deleted on 1 branch , modified on branch. in case file deleted on active branch , deleted on branch you're trying merge.

now have decide how go on:

  • mark file deleted , ignore changes file - or
  • mark file still-important in order kept and, thus, mark modified.

so, if click on

  • modified: modified file used (in working tree , index)
  • delete: modified file discarded , file removed in working tree , index
  • abort: dialog closed , conflict won't resolved.

Comments

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -