github - Make changes on Git project but dot nor overwrite file on project without approval -
i'm new git , wanted ask question.
i'll tell scenario here. 2 friends , working on project. owner of project. have given permissions friends edit project, source code etc, , when sync project, new files must not overwrite old 1 without (the owner) approval.
is possible?
github have this?
if not other git page?
thanks.
there many ways this, perhaps easiest way implementing following work flow: collaborators fork repo, make there changes , push them master on fork. can issue pull request. review code in pull request , if satisfied merge pull request master.
Comments
Post a Comment