Viewing or copying the raw file content
With the raw view, you can view or copy the raw content of a file without any styling.
- your GitHub Enterprise Server instanceで、リポジトリのメインページにアクセスしてく� さい。
- Click the file that you want to view.
- In the upper-right corner of the file view, click Raw.
- Optionally, to copy the raw file content, in the upper-right corner of the file view, click .
Viewing the line-by-line revision history for a file
Blame ビューでは、 をクリックすることで、ファイル全体の行ごとのリビジョン履歴やファイル内の 1 つの行のリビジョン履歴を表示することができます。 をクリックするたびに、変更をコミットした者と時間を含む、その行の過去のリビジョン情� �が表示されます。
ファイルやプルリクエストでは、 メニューを使って、選択した行や行の範囲の Git blame を表示することもできます。
ヒント: コマンドライン上で、ファイル内の行のリビジョン履歴を表示するために git blame
を使うこともできます。 詳細は Git の git blame
のドキュメンテーションを参照してく� さい。
- your GitHub Enterprise Server instanceで、リポジトリのメインページにアクセスしてく� さい。
- クリックして、表示したい行の履歴のファイルを開きます。
- ファイルビューの右上隅で [Blame] をクリックして blame ビューを開きます。
- 特定の行の過去のリビジョンを表示するには、見てみたい変更が見つかるまで をクリックします。