Git
Git is a distributed version control system.
Documentation
Usage
To see what versions of git are available type
module avail git
To see what other modules are needed, what commands are available and how to get additional help type
module help git
To use git, include a command like this in your batch script or interactive session to load the git module:
module load git
Be sure you also load any other modules needed, as listed by the module help git
command.