|
|
|
|
|
by bravetraveler
127 days ago
|
|
I don't care about backing up unfinished hobby projects, I just write/test until arbitrarily sharing, or if I'm completely honest, potentially abandoning it. I may not 'git init' for months, let alone make any commits or push to any remotes. Reasoning: skip SCM 'cost' by not making commits I'd squash and ignore, anyway. The project lifetime and iteration loop are both short enough that I don't need history, bisection, or redundancy. Yet. Point being... priorities vary. Not to make a judgement here, I just don't think the number of commits makes for a very good LLM purity test. |
|