Skip to content

Instantly share code, notes, and snippets.

View tsalzer's full-sized avatar

Till Salzer tsalzer

  • Dresden, Germany
View GitHub Profile
@tsalzer
tsalzer / install_git_on_centos.sh
Created July 13, 2009 15:50
Install git on CentOS 5.x
#!/bin/bash
#
# install git on CentOS 5.x
# see https://gist.github.com/gists/146206
#
# originally found at
# http://www.how-to-linux.com/2009/01/install-git-161-on-centos-52/
#
# You need to run this as root (at least the yum and make install bits).
#