Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
git commit の前処理と後処理の両方を行うスクリプトを作成しています。前処理ではcommit-msgフックを使用してコミット メッセージに情報を追加しますが、後処理ではそのコミットのハッシュを知る必要があります。スクリプトの状態をどこかに保存せずにハッシュを取得する方法はありますか (post-commitフックの場合など)?
commit-msg
post-commit
フックでは、新しいコミットの sha1 ハッシュを取得するためにpost-commit実行できます。git rev-parse HEAD
git rev-parse HEAD