Loading docs/gl_objects/protected_branches.rst +1 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ Get a single protected branch:: p_branch = project.protectedbranches.get('main') Update a protected branch: Update a protected branch:: p_branch.allow_force_push = True p_branch.save() Loading Loading
docs/gl_objects/protected_branches.rst +1 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ Get a single protected branch:: p_branch = project.protectedbranches.get('main') Update a protected branch: Update a protected branch:: p_branch.allow_force_push = True p_branch.save() Loading