You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "Discard All Changes" functionality isn't quite correct. Right now it just runs git restore . which doesn't handle cases. We can make this feature even better by moving modified and added files to the trash similar to GH Desktop. See their implementation doc here for more details on how this should be handled.
To Reproduce
.
Expected Behavior
CodeEdit's discard changes successfully discards all changes, whether they're unstaged, staged, added, modified, or removed files.
Version Information
CodeEdit: 0.1.0
Additional Context
No response
Screenshots
No response
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Description
The "Discard All Changes" functionality isn't quite correct. Right now it just runs
git restore .
which doesn't handle cases. We can make this feature even better by moving modified and added files to the trash similar to GH Desktop. See their implementation doc here for more details on how this should be handled.To Reproduce
.
Expected Behavior
CodeEdit's discard changes successfully discards all changes, whether they're unstaged, staged, added, modified, or removed files.
Version Information
CodeEdit: 0.1.0
Additional Context
No response
Screenshots
No response
The text was updated successfully, but these errors were encountered: