Skip to content

Instantly share code, notes, and snippets.

View patricmutwiri's full-sized avatar
:octocat:
Have a Octotastic one

Patrick Mûtwîri patricmutwiri

:octocat:
Have a Octotastic one
View GitHub Profile
@patricmutwiri
patricmutwiri / git.txt
Last active January 4, 2019 13:04
GIT v2.*
## Git install to 2.* cent os
sudo yum groupinstall "Development Tools"
sudo yum install gettext-devel openssl-devel perl-CPAN perl-devel zlib-devel
# select your release from github
wget https://github.com/git/git/archive/v2.1.2.tar.gz -O git.tar.gz
# as per Jan 4th 2019
wget https://github.com/git/git/archive/v2.20.1.tar.gz -O git.tar.gz