* Add back changes from prior to purge * Manually fix some invalid Liquid * Updoot render-content * Improve test messages to show correct output * Run el scripto * Pass the remaining test
1.6 KiB
1.6 KiB
title, intro, redirect_from, versions
| title | intro | redirect_from | versions | |||||
|---|---|---|---|---|---|---|---|---|
| Changing the base branch of a pull request | After a pull request is opened, you can change the base branch to compare the changes in the pull request against a different branch. |
|
|
{% warning %}
Warning: When you change the base branch of your pull request, some commits may be removed from the timeline. Review comments may also become outdated, as the line of code that the comment referenced may no longer be part of the changes in the pull request.
{% endwarning %}
{% data reusables.repositories.sidebar-pr %}
2. In the "Pull Requests" list, click the pull request you'd like to modify.
3. Next to the pull request's title, click Edit.
4. In the base branch drop-down menu, select the base branch you'd like to compare changes against.
5. Read the information about changing the base branch and click Change base. 