Ability to undo file changes
I can add or modify files in the schema model pane and see those changes in the Version Control drawer. But if I accidentally added something, there's no way to remove it from the schema model without going out to the project folder or console and deleting it. Or if there was an unintended modification, then I have to get to a Git client and do a git restore.
It would be nice if the Git pane had the option to undo and delete files like other Git UI clients do, considering you can add, commit, and push already.
Ex: How do I remove this file as shown in this picture?
2
votes