Hacker News new | ask | show | jobs
by pmoleri 1599 days ago
> Backups can be made independent of source control.

To be fair there's a middle ground. You can just commit as WIP and force push to save progress. Then undo that commit and start making the individual commits. Everyone's happy.