Linking to code
このタイプのパーマリンクは、元々作成された� �所であるリポジトリでのみ、コードスニペットとして表示されます。 それ以外のリポジトリでは、パーマリンクのコードスニペットは URL として表示されます。
ヒント: ファイル全体に対してパーマリンクを作成する方法は、「ファイルにパーマリンクを張る」を参照してく� さい。
- your GitHub Enterprise Server instanceで、リポジトリのメインページにアクセスしてく� さい。
- リンクしたいコードを特定します:
- ファイルからコードにリンクするには、対象のファイルに移動します。
- プルリクエストからコードにリンクするには、対象のプルリクエストに移動して [Files changed] をクリックします。 次に、コメントに含めたいコードを持っているファイルを探し、[View] をクリックします。
- 1行を選択するか、範囲を選択するかを選んでく� さい。
- コードを1行選択するには、行番号をクリックしてその行をハイライトしてく� さい。
- コードの範囲を選択するには、その範囲の先� �行の番号をクリックしてコードのその行をハイライトしてく� さい。 そしてコードの範囲の最終行までポインタを移動させ、 Shiftを押し、行番号をクリックして範囲をハイライトしてく� さい。
- コードを1行選択するには、行番号をクリックしてその行をハイライトしてく� さい。
- 行または行範囲の左にある をクリックします。 ドロップダウンメニューで [Copy permalink] をクリックします。
- コードスニペットにリンクさせたい会話に移動します。
- コメントにパーマリンクを貼り付け、[Comment] をクリックします。
Linking to Markdown
You can link to specific lines in Markdown files by loading the Markdown file without Markdown rendering. To load a Markdown file without rendering, you can use the ?plain=1
parameter at the end of the url for the file. For example, github.com/<organization>/<repository>/blob/<branch_name>/README.md?plain=1
.
You can link to a specific line in the Markdown file the same way you can in code. Append #L
with the line number or numbers at the end of the url. For example, github.com/<organization>/<repository>/blob/<branch_name>/README.md?plain=1#L14
will highlight line 14 in the plain README.md file.