Home > Software engineering >  Github Repository sharing
Github Repository sharing

Time:11-18

I recently started using github, and me and some of my friends are working on a website We want to implement it using gihubpages, I am wondering if there is a way to share the repository , i know we can have multiple users accessing and editing the repository , I am asking if there is way such that the repository will be available for members like their own repository, but if one changes in theirs all else will also be changed, so its not like that's just really a single users but everyones. So I am asking if there is way to create a shared repository like that?

CodePudding user response:

we have a one repository on github called master, if you or other member team want shared repository you could used to git flow on the git and push yours common changes to the github.

usage it is very easily just setup & install git flow on the your project according your os here is references site enter image description here

  • Related