Git を AlmaLinux で利用するまとめ - AlmaLinux

Git をインストールする

sudo dnf -y install git

インストールされたかバージョン番号を確認します。

git -v