Github without merging

Posted by tfmoraes on Stack Overflow See other posts from Stack Overflow or by tfmoraes
Published on 2012-11-30T17:02:13Z Indexed on 2012/11/30 17:03 UTC
Read the original article Hit count: 143

Filed under:
|
|
|

I have the following situation:

  • A software hosted at github.
  • 4 developers, each have her own fork in github.
  • Each developer creates and develops using branches in her own fork.

Given that we use branches to develop, we want to merge our branches (in our forks) to the upstream repo. How do I merge in github without using pull request? Is it possible to merge to upstream from my own fork?

Thanks in advance.

© Stack Overflow or respective owner

Related posts about git

Related posts about github