Ask HN: How to commit properly when starting out a project?
1–6 of 6 posts
Re: Ask HN: How to commit properly when starting out a project?
#2Re: Ask HN: How to commit properly when starting out a project?
#3Re: Ask HN: How to commit properly when starting out a project?
#4Just ship the code, your time matters more than a few fancy commit messages.
Re: Ask HN: How to commit properly when starting out a project?
#5Right now, I wouldn't work for 5 days without a single commit. Those "best practices" were invented to address concrete problems.
My advice is not to worry about commit history when you are starting. But definitely try to commit as often as possible. Group changes in logical chunks. Try to use meaningful commit titles and messages.
Re: Ask HN: How to commit properly when starting out a project?
#6Not committing anything and losing it all by accident because you're obsessing about micro-commits and a clean history that nobody is ever going to read is a much worse alternative.
Small commits and good descriptions become useful once you have some foundation that's not in a high state of flux and you need to track what change broke something. You don't need this at the draft stage.