跳至主要内容

在 GitHub Desktop 中回退提交

您可以使用 GitHub Desktop 回退特定提交,以将其更改从您的分支中移除。

当您回退到以前的提交时,回退本身也是一个提交。原始提交也会保留在仓库的历史记录中。

提示

当您回退多个提交时,最好按从最新到最旧的顺序回退。如果您以不同的顺序回退提交,您可能会看到合并冲突。

  1. 在左侧边栏中,单击**历史记录**。

    Screenshot of the "History" tab in the sidebar. Above a list of commits, the tab button, labeled "History", is highlighted with an orange outline.

  2. 右键单击要回退的提交,然后单击**回退提交中的更改**。

    Screenshot of a list of commits in the "History" tab. Next to a commit, in a context menu, the cursor hovers over the "Revert Changes in Commit" option.

进一步阅读