Git
Category: Program Dev-Revision Control
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.
Git is used for version control of files, much like tools such as Mercurial, Bazaar, Subversion, CVS, Perforce, and Visual SourceSafe.
Use
module avail git module load git gitCloning and Creating a Patch
$ git clone git://github.com/git/hello-world.git $ cd hello-world $ (edit files) $ git add (files) $ git commit -m 'Explain what I changed' $ git format-patch origin/masterCreating and Commiting
$ cd (project-directory) $ git init $ (add some files) $ git add . $ git commit -m 'Initial commit''
Support
This package has the following support level : Supported
Available Versions
| Version | Available Builds | |||||||
|---|---|---|---|---|---|---|---|---|
| intel | pgi | gnu | Other | |||||
| 1.7.6 |
|
|
||||||
| 1.7.10.2 |
|
|||||||