Skip to content

Commit d76d891

Browse files
authored
Merge pull request #61803 from github/repo-sync
Repo sync
2 parents b0a315b + 43d503f commit d76d891

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-push-policy-for-your-repository.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The push policy also blocks the Git command: `git push --mirror`. This is a pote
2626

2727
{% data reusables.repositories.navigate-to-repo %}
2828
{% data reusables.repositories.sidebar-settings %}
29-
1. Under "Pushes", select **Limit how many branches and tags can be updated in a single push**.
30-
1. After "Up to", type the number of branches and tags you want to limit in a single push. Lower numbers are more restrictive of which pushes are allowed, and higher numbers are less restrictive but have more potential for being destructive.
29+
1. In the **General** settings, which is the default tab, find **Pushes**, then select **Limit how many branches and tags can be updated in a single push**.
30+
1. After **Up to**, type the number of branches and tags you want to limit in a single push. Lower numbers are more restrictive of which pushes are allowed, and higher numbers are less restrictive but have more potential for being destructive.
3131

3232
We recommend the default maximum of `5` branch or tag updates allowed in one push. The minimum value is `2`, because Git requires two branch updates to rename a branch in a single push: _delete branch_ and _create branch_.

0 commit comments

Comments
 (0)