提示:在 GitHub Enterprise Server 的任意页面上按 "?" 键可查看所有可用的键盘快捷键。
文件视图显示分支上的最新版本
在 your GitHub Enterprise Server instance 上查看文件时,通常会在分支头部看到当前版本。 例如:
refers to GitHub's codeql
repository, and shows the main
branch's current version of the README.md
file.
分支头部的文件版本可能会随着新的提交而改变,因此如果您复制常规的 URL,当以后有人查看时,文件内容可能会不同。
按 y 键可永久链接到特定提交中的文件
For a permanent link to the specific version of a file that you see, instead of using a branch name in the URL (i.e. the main
part in the example above), put a commit id. 这将永久链接到该提交中文件的精确版本。 例如:
replaces main
with a specific commit id and the file content will not change.
但是,手动查找提交 SHA 比较麻烦,因此您可以采用便捷方式,通过键入 y 将 URL 自动更新为永久链接版本。 然后,您可以复制该 URL,以后访问它的任何人都将看到与您所见完全一致的内容。
提示:您可以将可解析为提交的任何标识符放在 URL 中,包括分支名称、特定提交 SHA 或标记!
创建指向代码段的永久链接
您可以创建指向特定版本的文件或拉取请求中特定代码行或行范围的永久链接。 更多信息请参阅“创建指向代码段的永久链接”。