Skip to content

Instantly share code, notes, and snippets.

@mr-sudaca
Created March 16, 2017 18:37
Show Gist options
  • Save mr-sudaca/fe81e237f7a2077aee09404ab1c80f27 to your computer and use it in GitHub Desktop.
Save mr-sudaca/fe81e237f7a2077aee09404ab1c80f27 to your computer and use it in GitHub Desktop.
git upgrade in centos
sudo yum -y groupinstall "Development Tools"
sudo yum -y install gettext-devel openssl-devel perl-CPAN perl-devel zlib-devel
cd /tmp
git clone [email protected]:git/git.git
cd git
make .configure
./configure --prefix=/usr/local
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment