Git

From ACENET
Jump to: navigation, search
Description
Git is a free and open source, distributed version control system designed to handle everything from small to very large projects with speed and efficiency. Every Git clone is a full-fledged repository with complete history and full revision tracking capabilities, not dependent on network access or a central server. Branching and merging are fast and easy to do.
Modulefile
git
Documentation
Git homepage
Usage
$ module load git
$ git
CA certificates
The git modulefile, once loaded, will configure Git and Curl to refer to the most recent CA certificates file (currently Jul 15 08:33:20 2014).
Command line completion
Bash users can enable command line completion like so
$ module load git
$ source $GIT/lib/git-completion.bash