Hacker News new | ask | show | jobs
by nitrogen 4491 days ago
On my one man team, the very first command I type on a project after mkdir is git init. Everything is logged and timestamped, and it is far from overkill. Git is easy to learn after working with CVS
2 comments

A one man team is very different from a 20-man team (which I still think counts as small).

Hey, I like git too. Respecting the needs of others not to spend mental load on learning something they don't want to is often important too.

Is it really worth it to spend time re-training the 15/20 engineers that don't already know git? I don't think so.

Agreed. I write lots of small apps by myself, and I use version control to save me from, well, myself.