Skip to content

Commit 57b2bad

Browse files
authored
Merge pull request #480 from Ruth-ikegah/Ruth-ikegah/issue#431
Added a quick tip about PR's base branch
2 parents 847f773 + c80c3ab commit 57b2bad

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

content/github/collaborating-with-issues-and-pull-requests/changing-the-base-branch-of-a-pull-request.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ versions:
2020
4. In the base branch drop-down menu, select the base branch you'd like to [compare changes against](/github/committing-changes-to-your-project/comparing-commits#comparing-branches). ![Base branch drop-down menu ](/assets/images/help/pull_requests/pull-request-edit-base-branch.png)
2121
5. Read the information about changing the base branch and click **Change base**. ![Base branch change confirmation button ](/assets/images/help/pull_requests/pull-request-base-branch-confirm.png)
2222

23+
{% tip %}
24+
25+
**Tip:** When you open a pull request, {% data variables.product.product_name %} will set the base to the commit that branch references. If the branch is updated in the future, {% data variables.product.product_name %} will not update the base branch's commit.
26+
27+
{% endtip %}
28+
2329
### Further reading
2430

2531
- "[Creating a pull request](/articles/creating-a-pull-request)"

0 commit comments

Comments
 (0)