Hacker News new | ask | show | jobs
by danparsonson 639 days ago
Perhaps I misunderstand you but what if I'm working on a long series of changes across multiple days, and halfway through it the code doesn't build yet? The code won't pass CI because I'm not finished, but I want to commit my progress so I don't lose it if something goes wrong, and I can roll back if make mistakes.
1 comments

Then fix up the commit history at the end, for example like this: https://news.ycombinator.com/item?id=41509051