How to install Git in CentOS in fastest way ?


yum install git
git --version

git version 1.7.1

Update git

git clone https://github.com/git/git

remote: Finding bitmap roots…
remote: Counting objects: 163718, done.
remote: Compressing objects: 100% (45304/45304), done.
remote: Total 163718 (delta 117789), reused 162282 (delta 116441)
Receiving objects: 100% (163718/163718), 50.96 MiB | 2.24 MiB/s, done.
Resolving deltas: 100% (117789/117789), done.

Leave a Comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.