Page tree

On this page

Overview

Git is a popular version control system designed to handle very large projects with speed and efficiency. It is used mainly for various open source projects, most notably the Linux kernel.

Git falls in the category of distributed source code management tools, similar to e.g. GNU Arch or Monotone (or BitKeeper in the proprietary world). Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server.

More information: https://git-scm.com/

Usage

The system image of git can be found at /bin/git and corresponds to version 2.27.0.

You can also check the other versions installed in Gadi with a module query:

$ module avail git

We normally recommend using the latest version available and always recommend to specify the version number with the module command:

$ module load git/2.24.1

For more details on using modules see our modules help guide at https://opus.nci.org.au/display/Help/Environment+Modules.

See the documentation of Git available at https://git-scm.com/doc.