How to install git on centos7
Linux582
description
Quickly install the git tool through the yum tool in the centos7 system
command
yum install git
parameter
yum : rpm package management tool instal l : install one or more packages on your system
result
Running transaction Installing : perl-Git-1.8.3.1-23.el7_8.noarch 1/2 Installing : git-1.8.3.1-23.el7_8.x86_64 2/2 Verifying : git-1.8.3.1-23.el7_8.x86_64 1/2 Verifying : perl-Git-1.8.3.1-23.el7_8.noarch 2/2 Installed: git.x86_64 0:1.8.3.1-23.el7_8 Dependency Installed: perl-Git.noarch 0:1.8.3.1-23.el7_8 Complete!