Hacker News new | ask | show | jobs
by khasinski 4795 days ago
Why would someone take one of the most important features of git (local history) and throw most of it away by abandoning ability to edit it?

If you pushed a broken commit push another fixing it, just like in merge-based workflow.

Having dates switched is not important, having four different branches on said Tuesday gives you a lot headache searching who introduced a bug. And git bisect won't help you. ;)