Rollback action #7
-
|
Is it possible to have rollback action to recent commands done using the generator? (Dunno, maybe I'm dumb) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
If you hadn‘t made any additional uncommitted changes before running the Generator command, you can run I don’t think there’s a reliable way we could add an |
Beta Was this translation helpful? Give feedback.
If you hadn‘t made any additional uncommitted changes before running the Generator command, you can run
git reset --hard HEADto reset your local files to the latest Git commit.I don’t think there’s a reliable way we could add an
undo/rollbackcommand directly to Generator.