In general, whats the best way to use a repo for collaborators? Should we both just push and pull from the master repo or would we have a branch for each collaborator and then merge when appropriate?
Apologies if this is a stupid/basic question; git noob here ;-)Thanks.