Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

github organization, repository and user access

Tags:

git

github

Consider the case where an organization has a repository with two branches, master and 1.0.0.1, for example.

Is it possible to have a team read-only access to master, however read-write access to the branch (1.0.0.1)?

like image 376
kmansoor Avatar asked Nov 09 '22 05:11

kmansoor


1 Answers

Since March 2016, Organizations can now specify which members and teams are able to push to a protected branch.

See "Protected Branches Improvements"

https://cloud.githubusercontent.com/assets/4719/14140705/ed98abac-f67a-11e5-951e-b48c842fb77f.png

like image 156
VonC Avatar answered Nov 15 '22 04:11

VonC