git - how to merge all forks of same repo by different user in github -


i using gihub , created private repo. have added few collaborators. have created own fork of main repo. working own fork cloning local pc. using git windows client clone, commit, sync repo. when commit, changes visible own fork. no 1 can see changes commit other collaborator of repo. every 1 needs changes other collaborator commit own fork. how merge forks different collaborators can see everyone's changes? please help.

i think can use pull request. take this article, explain how pull request in github.


Comments

Popular posts from this blog

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -