Does github require each committer to have their own fork of the project?
Posted
by mariosangiorgio
on Stack Overflow
See other posts from Stack Overflow
or by mariosangiorgio
Published on 2010-06-03T13:43:39Z
Indexed on
2010/06/14
18:02 UTC
Read the original article
Hit count: 130
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?
© Stack Overflow or respective owner