Julian this is what I get when I run cat /etc/proc/version:
Linux version 3.12.32.1415814620 (root@openvpn) (gcc version 4.4.7 20120313 (Red Hat 4.4.7-11) (GCC) ) #1 SMP Wed Nov 12 11:53:28 CST 2014
nhl - thank you for the links
Started with installing git, had no trouble with the first part (changed the the git version with the latest one on kernel.org)
mkdir -m 755 git
cd git
wget http://kernel.org/pub/software/scm/git/git-1.7.1.1.tar.gz
gunzip git-1.7.1.1.tar.gz
tar -xf git-1.7.1.1.tar
cd git-1.7.1.1
Had trouble when I got to here:
/configure —prefix=/home/{username}/git*
make && make install
Replace {username} with your login name for Hostmonster / Bluehost. You can find your username in the cPanel on the left where it says username.
Was given an error message, couldnt figure out if I am trying to run a command to edit the configure file or what I was trying to do here.