跳至主要内容

在拉取请求中删除和恢复分支

如果您对仓库有写入权限,您可以删除与已关闭或已合并的拉取请求关联的分支。您不能删除与打开的拉取请求关联的分支。

删除用于拉取请求的分支

如果您拉取请求已合并或关闭,并且没有其他打开的拉取请求引用该分支,则可以删除与拉取请求关联的分支。有关关闭与拉取请求无关的分支的信息,请参阅“在仓库中创建和删除分支”。

  1. 在 GitHub.com 上,导航到仓库的主页。

  2. 在您的仓库名称下,单击 拉取请求.

    Screenshot of the main page of a repository. In the horizontal navigation bar, a tab, labeled "Pull requests," is outlined in dark orange.

  3. 要查看已关闭的拉取请求列表,请单击 **已关闭**。

    Screenshot of the "Pull requests" page for a repository. A filter, labeled with a checkmark icon and "31 closed", is highlighted with an orange outline.

  4. 在拉取请求列表中,单击与您要删除的分支关联的拉取请求。

  5. 在拉取请求的底部附近,单击 **删除分支**。

    如果当前存在此分支的打开的拉取请求,则不会显示此按钮。

恢复已删除的分支

您可以恢复已关闭的拉取请求的头部分支。

  1. 在 GitHub.com 上,导航到仓库的主页。

  2. 在您的仓库名称下,单击 拉取请求.

    Screenshot of the main page of a repository. In the horizontal navigation bar, a tab, labeled "Pull requests," is outlined in dark orange.

  3. 要查看已关闭的拉取请求列表,请单击 **已关闭**。

    Screenshot of the "Pull requests" page for a repository. A filter, labeled with a checkmark icon and "31 closed", is highlighted with an orange outline.

  4. 在拉取请求列表中,点击与您要恢复的分支关联的拉取请求。

  5. 在拉取请求底部附近,点击**恢复分支**。

进一步阅读