Feature Request: Projects Discard Local Changes Per File
RapidMiner Projects (git) allows you to revert or discard your local changes and start fresh. Would it be possible to allow this on a per file basis so you can choose which files to revert? Using the snapshot viewer you can see which files have been modified and the request is to have a button next to each file which allows for that file's changes to be discarded.
Current work around is to use the git command from the project directory:
Current work around is to use the git command from the project directory:
git checkout -- filenameThis achieves the same effect but isn't as streamlined as using the RapidMiner UI.