Hacker News new | ask | show | jobs
by somebodythere 1730 days ago
If you squash and merge shouldn't the final pushed code be exactly the same as what was reviewed?
1 comments

Not necessarily. There's a lot of dark arts to merges and there's a lot that can be hidden in them. If you've never heard of, as just one for instance, the git rerere cache and campfire horror stories of how it can be corrupted consider yourself lucky.