|
|
|
|
|
by embedding-shape
127 days ago
|
|
> The first commit was 17k lines. So this was either developed without using version control or at least without using this gh repo. Most of my free-time projects are developed either by my shooting the shit with code on disk for a couple of months, until it's in a working state, then I make one first commit. Alternatively, I commit a bunch iteratively, but before making it public I fold it all into one commit, which would be the init. 20K lines in the initial commit is not that uncommon, depends a lot on the type of project though. I'm sure I'm not alone with this sort of workflow(s). |
|
Lot of people in this thread have argued for squashing but I don't see why one would do that for a personal project. In large scale open source or corporate projects I can imagine they would like to have clean commit histories but why for a personal project?