This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 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 |