
protector
List of commands for protector:
-
protector:tldr:03092 protector: Free branches of a GitHub repository (delete branch protection rules).$ protector -free ${branches_regex} -repos ${organization-repository}try on your machineexplain this command
-
protector:tldr:6df72 protector: Protect branches of a GitHub repository (create branch protection rules).$ protector ${branches_regex} -repos ${organization-repository}try on your machineexplain this command
-
protector:tldr:9385e protector: Use the dry run to see what would be protected (can also be used for freeing).$ protector -dry-run ${branches_regex} -repos ${organization-repository}try on your machineexplain this command