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

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -