Install Latest Version git on RHEL
Nov 14, 2021
Install via Yum
yum install \
https://repo.ius.io/ius-release-el7.rpm \ https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm yum remove git yum install git224
The version of git installed is 2.24.4.
Alternate way to Install, will also work:
yum -y install https://packages.endpoint.com/rhel/7/os/x86_64/endpoint-repo-1.7-1.x86_64.rpmyum remove gityum install git7.noarch.rpm