Skip to content

Commit 06ad687

Browse files
authored
Merge pull request #1271 from Aakarsh-B/patch-1
Increasing the importance
2 parents 73fdfa3 + 2d52d5c commit 06ad687

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

content/github/collaborating-with-issues-and-pull-requests/creating-and-deleting-branches-within-your-repository.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,11 @@ versions:
2525

2626
{% data reusables.pull_requests.automatically-delete-branches %}
2727

28-
If the branch you want to delete is the repository's default branch, you must choose a new default branch before deleting the branch. For more information, see "[Changing the default branch](/github/administering-a-repository/changing-the-default-branch)."
28+
{% note %}
29+
30+
**Note:** If the branch you want to delete is the repository's default branch, you must choose a new default branch before deleting the branch. For more information, see "[Changing the default branch](/github/administering-a-repository/changing-the-default-branch)."
31+
32+
{% endnote %}
2933

3034
If the branch you want to delete is associated with an open pull request, you must merge or close the pull request before deleting the branch. For more information, see "[Merging a pull request](/github/collaborating-with-issues-and-pull-requests/merging-a-pull-request)" or "[Closing a pull request](/github/collaborating-with-issues-and-pull-requests/closing-a-pull-request)."
3135

0 commit comments

Comments
 (0)