-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Remove Scaffolding #28
Labels
Comments
+1 But only if the files aren't modified or if they are it must ask! Could be done by comparing the content with what em would generate. |
Generally thinking, git reset HEAD --hard would work if you are committing often |
Undoing a command would be a nice feature. A bit tricky to implement though. For the time being, the git workflow makes sense to me. |
1+ |
Another butterfingers with a +1 |
+1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Loving em so far, only issue I have run into so far in terms of functionality is that sometimes I make a typo or a mistake, and it's a bit messy to clean up after it.
So to make things easier I would suggest:
Which would undo the added files/folders and lines in the routing file.
The text was updated successfully, but these errors were encountered: