I've got a WHM server CENTOS 6.6 x86_64 vmware WHM 11.46.1 (build 3) I've installed the git RPM Where do I go from here to get it running? it appears to have done nothing. Sorry, I've searched all over the net and only found people having issues with Pearl breaking when installing git, but that was an old version of WHM. There doesn't seem to be any tutorials that I can follow. Any help would be good. Thanks
Since you already installed git on your server (you can verify this by running git --version), next thing you may want to do is to configure git on your server and start with creating your first git repository and working with it. Besides the many articles available on the Internet, you can find the following tutorial useful https://www.rosehosting.com/blog/how-to-install-configure-and-use-git-on-an-ubuntu-14-04-lts-vps/ too. Hope this helps