Hacker News new | ask | show | jobs
by HackrNwsDesignr 5590 days ago
whats a good one to use for single devs/small teams?
2 comments

I use git at work and for personal stuff. The learning path is maybe a bit steep if you come from things like Subversion, on the other hand I instructed a developer new to VCSs and so far he didn't complain, shoot his foot, or shoot mine :)

git is only my personal preference, generally speaking I recommend to go for a distributed version control system: it's modern, it's mainstream, and it's more versatile in terms of workflows you can implement.

Anything that supports a decentralized model. Git, Bazaar, Mercurial.