View update
This commit is contained in:
parent
d5a303cf4d
commit
dc28ef0154
3 changed files with 4 additions and 4 deletions
|
@ -12,7 +12,7 @@
|
|||
- else
|
||||
%p
|
||||
Members can be added by project
|
||||
%i Masters
|
||||
%i Maintainers
|
||||
or
|
||||
%i Owners
|
||||
.light
|
||||
|
|
|
@ -12,8 +12,8 @@
|
|||
%p
|
||||
By default, protected branches are designed to:
|
||||
%ul
|
||||
%li prevent their creation, if not already created, from everybody except Masters
|
||||
%li prevent pushes from everybody except Masters
|
||||
%li prevent their creation, if not already created, from everybody except Maintainers
|
||||
%li prevent pushes from everybody except Maintainers
|
||||
%li prevent <strong>anyone</strong> from force pushing to the branch
|
||||
%li prevent <strong>anyone</strong> from deleting the branch
|
||||
%p Read more about #{link_to "protected branches", help_page_path("user/project/protected_branches")} and #{link_to "project permissions", help_page_path("user/permissions")}.
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
%p
|
||||
By default, protected tags are designed to:
|
||||
%ul
|
||||
%li Prevent tag creation by everybody except Masters
|
||||
%li Prevent tag creation by everybody except Maintainers
|
||||
%li Prevent <strong>anyone</strong> from updating the tag
|
||||
%li Prevent <strong>anyone</strong> from deleting the tag
|
||||
|
||||
|
|
Loading…
Reference in a new issue