Github without merging
- by tfmoraes
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.