You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
settings.default_branch_desc = The default branch is considered the "base" branch for code commits, pull requests and online editing.
645
+
settings.update = Update
646
+
settings.update_default_branch_success = Default branch of this repository has been updated successfully!
647
+
settings.protected_branches = Protected Branches
648
+
settings.protected_branches_desc = Protect branches from force pushing, accidental deletion and whitelist code committers.
649
+
settings.choose_a_branch = Choose a branch...
650
+
settings.branch_protection = Branch Protection
651
+
settings.branch_protection_desc = Please choose protect options for branch <b>%s</b>.
652
+
settings.protect_this_branch = Protect this branch
653
+
settings.protect_this_branch_desc = Disable force pushes and prevent from deletion.
654
+
settings.protect_require_pull_request = Require pull request instead direct pushing
655
+
settings.protect_require_pull_request_desc = Enable this option to disable direct pushing to this branch. Commits have to be pushed to another non-protected branch and merged to this branch through pull request.
656
+
settings.protect_whitelist_committers = Whitelist who can push to this branch
657
+
settings.protect_whitelist_committers_desc = Add people or teams to whitelist of direct push to this branch.
0 commit comments