kahole / edamagit

Magit for VSCode
https://marketplace.visualstudio.com/items?itemName=kahole.magit
MIT License
1.13k stars 66 forks source link

handle failed discard of a file with unresolved conflict #260

Closed tzemanovic closed 1 year ago

tzemanovic commented 1 year ago

This is port of magit functionality when discarding a file change fails because of resolved conflicts (e.g. during merge). In such cases it prompts to checkout our stage, their stage or to leave conflicts for manual resolving. If our or their stage is selected, it additionally automatically git adds this file.

kahole commented 1 year ago

Awesome! Thanks for contributing