Instantly share code, notes, and snippets.
git の commit hashの文字数を固定する
COMMIT_HASH=$(git rev-parse --short=8 HEAD)