跳至主要内容

在 GitHub Desktop 中查看分支历史记录

你可以查看 GitHub Desktop 中任何提交的详细信息,包括提交引入的更改的差异。

平台导航

每次提交都显示

  • 提交消息
  • 创建提交的时间
  • 提交者的用户名和个人资料照片(如果可用)
  • 提交的 SHA-1 哈希值(唯一 ID)
  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. 在**历史记录**选项卡上,单击要查看的提交。

    你还可以使用CommandShift选择多个连续提交的范围。

    你还可以使用CtrlShift选择多个连续提交的范围。

    Screenshot of a list of commits in the "History" tab. Three consecutive selected commits are highlighted in blue and outlined in orange.

  3. 如果提交或提交范围内有多个文件,请单击单个文件以查看对该文件所做的更改。

    Screenshot of a commit view. To the right of the "History" tab, in a list of files, the "hello.txt" file is selected and highlighted with an orange outline.

进一步阅读