如何在 TortoiseGit 日志中查看 Git 提交 ID
How do I see the Git commit id in TortoiseGit log
当我在网络(Git实验室)上查看我的回购登录 Git 时,每个提交都有一个提交 ID
例如
Commit e7123ff4 authored 1 month ago by xxxx
当我使用 Tortoise 查看日志时Git 我看不到这个 ID - 我怎么才能看到它?
查看树下方的窗格 - 应该有一行 SHA-1: e7123ff4...
(e7123ff4 是完整提交 ID 的缩写)
https://tortoisegit.org/docs/tortoisegit/tgit-dug-showlog.html
提交 ID(通常也称为 SHA-1)始终显示在日志对话框中所选修订的日志消息上方(在您的情况下,请查找 SHA-1: e7123ff4...
行;在 GitLab/GitHub 这通常被缩写)。
此外,还可以显示 SHA-1 列,这样您无需选择修订即可查看所有内容。这可以通过打开列 headers.
上的上下文菜单来完成
比照。 https://tortoisegit.org/docs/tortoisegit/tgit-dug-showlog.html
当我在网络(Git实验室)上查看我的回购登录 Git 时,每个提交都有一个提交 ID
例如
Commit e7123ff4 authored 1 month ago by xxxx
当我使用 Tortoise 查看日志时Git 我看不到这个 ID - 我怎么才能看到它?
查看树下方的窗格 - 应该有一行 SHA-1: e7123ff4...
(e7123ff4 是完整提交 ID 的缩写)
https://tortoisegit.org/docs/tortoisegit/tgit-dug-showlog.html
提交 ID(通常也称为 SHA-1)始终显示在日志对话框中所选修订的日志消息上方(在您的情况下,请查找 SHA-1: e7123ff4...
行;在 GitLab/GitHub 这通常被缩写)。
此外,还可以显示 SHA-1 列,这样您无需选择修订即可查看所有内容。这可以通过打开列 headers.
上的上下文菜单来完成比照。 https://tortoisegit.org/docs/tortoisegit/tgit-dug-showlog.html