プッシュログの� �目には次の情� �が含まれています。
- プッシュを開始した人
- フォースプッシュであったかどうか
- プッシュされたブランチ
- プッシュするために使ったプロトコル
- プッシュ元の IP アドレス
- プッシュするために使った Git クライアント
- 操作前と操作後の SHA ハッシュ
リポジトリのプッシュログを表示する
- サイト管理者として GitHub Enterprise Server にサインインします。
- リポジトリにアクセスします。
- リポジトリのページの右上隅にある をクリックします。 1. ページの右上隅にある [セキュリティ] をクリックします。
- 左側のサイドバーで、 [プッシュ ログ] をクリックします。
コマンドラインでリポジトリのプッシュログを表示する
-
SSH into your GitHub Enterprise Server instance. If your instance comprises multiple nodes, for example if high availability or geo-replication are configured, SSH into the primary node. If you use a cluster, you can SSH into any node. For more information about SSH access, see "Accessing the administrative shell (SSH)."
$ ssh -p 122 admin@HOSTNAME
-
適切な Git リポジトリで Audit log ファイルを開いてく� さい。
ghe-repo owner/repository -c "cat audit_log"