Search Results

3
votes

Distributed source control options

I think you will find git, mercurial(hg), and bazaar all pretty good at this point. They all have major projects using them (though I think bazaar has less than the others): bazaar - …
2
votes

How to use git for multiple developers.

Yes, you would use clone. You also should be sure to set the sharedrepository config option: git config core.sharedRepository "true" You should also be aware, with …