创建指向代码段的永久链接
您可以创建指向特定版本的文件或拉取请求中特定代码行或行范围的永久链接。
此类永久链接仅在其起源仓库中呈现为代码段。 在其他仓库中,永久链接代码段将呈现为 URL。
提示:要创建整个文件的永久链接,请参阅“获取文件的永久链接”。
-
在 GitHub Enterprise 上,导航到仓库的主页面。
-
找到要链接的代码:
- 要链接到文件中的代码,请导航到该文件。
- 要链接到拉取请求中的代码,请导航到该拉取请求并单击 Files changed(已更改文件)。 然后浏览到含有要包含在评论中的代码的文件,并单击 View(查看)。
-
Choose whether to select a single line or a range:
-
To select a single line of code, click the line number to highlight the line.
- To select a range of code, click the number of the first line in the range to highlight the line of code. Then, hover over the last line of the code range, press Shift, and click the line number to highlight the range.
-
-
在代码行或行范围的左侧,单击 。 在下拉菜单中,单击 Copy permalink(复制永久链接)。
-
导航到要链接到代码段的对话。
-
将永久链接粘贴到评论中,然后单击 Comment(评论)。
延伸阅读
- “创建议题”
- “从代码打开议题”
- “审查拉取请求中的更改”