Search Results

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 …