Skip to content

Commit 943b98b

Browse files
authored
Clarify that merge ref does not auto-update on base branch changes (#61568)
1 parent c441043 commit 943b98b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests

content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ When you open a pull request, {% data variables.product.github %} creates up to
4646
| `refs/pull/PULL_REQUEST_NUMBER/head` | Points to the latest commit on the pull request's head branch. |
4747
| `refs/pull/PULL_REQUEST_NUMBER/merge` | A merge branch—a simulated merge commit that represents what the repository would look like if the pull request were merged right now. This ref is only available when the pull request has no merge conflicts. |
4848

49-
The merge branch automatically updates when the head branch or base branch changes. To fetch it locally:
49+
The merge branch automatically updates when the head branch changes. To fetch it locally:
5050

5151
```shell
5252
git fetch origin refs/pull/PULL_REQUEST_NUMBER/merge

0 commit comments

Comments
 (0)