|
|
|
|
|
by mikepurvis
1315 days ago
|
|
git revert doesn't undo a commit though— it creates a new commit that undoes it. That might be what you want under some circumstances, but most of the time that I want to revert it's a commit I just made and haven't pushed yet, so I just want to pretend it never existed. |
|
Known issue: can't undo all the commits.