Closed Shatur closed 8 months ago
Hello! Thank you for the awesome plugin.
I would like to suggest to add the ability to restore file changes in current editor. This is equivalent to the git restore <file name>.
git restore <file name>
Implemented in v3.1 as the "Git: Restore File at Commit" command.
Hello! Thank you for the awesome plugin.
I would like to suggest to add the ability to restore file changes in current editor. This is equivalent to the
git restore <file name>
.