Y
Hacker News
new
|
ask
|
show
|
jobs
by
justinko
2020 days ago
I batch it based on what could possibly make sense to revert.
2 comments
Kiro
2020 days ago
I batch it based on "ok, I need to commit and push this in case my computer dies".
link
franciscop
2020 days ago
When I batch, I batch it based on what could make sense to lose. More often than not it's small quick-fire tweaks though. I even made a small CLI tool to quickly deploy it `happy "Message"` and even optionally release an npm version `happy --minor`.
link