mdoTomofumi Chiba
11/3/2023, 12:28:04 PM

Git: commit hash の取得

git show --format='%H' --no-patch

短縮版

git show --format='%h' --no-patch
TweetLike