[centos8] 安裝 git

[centos8] 安裝 git

Use the dnf command to install the package git:
# dnf install git
Confirm installation by checking the git command version number:
$ git --version
git version 2.18.1