I’d like to try git (hosted on github) for a new project, but I have a doubt on how it works.
I am working with another guy, do we need to have two forks of the project and then merge them every time one of us makes a change to the code or is it possible to work in pair on a single origin?
I’d like to try git (hosted on github) for a new project, but I
Share
It’s possible to have as many additional committers (called collaborators in GitHub terms) on a single project as you want. However, the maximum number is dependent on the pricing plan. Note that public repositories can have an unlimited number of collaborators.
As for Git itself: anybody who has write access to a repository can push to it.