Hacker News new | ask | show | jobs
by fuhrysteve 3116 days ago
> If you screw up a rebase, the old commits are still there with the same hash they always had.

Disclaimer, if you're compelled for none other than neurotic reasons to run `git gc` periodically like me, these old commits will get thrown out. I found this out the hard way :(

1 comments

Yeah, don't do that