Git is a version control system used for tracking file changes and facilitating collaborative work.
Availability and Restrictions
Versions
The following versions of Git are available on OSC clusters:
Version | Owens | Pitzer |
---|---|---|
2.18.0 | X* | X* |
2.27.1 | X | X |
2.39.0 | X |
* Current default version
You can use module spider git
to view available modules for a given machine. Feel free to contact OSC Help if you need other versions for your work.
Access
Git is available to all OSC users. If you have any questions, please contact OSC Help.
Publisher/Vendor/Repository and License Type
Git, Open source
Usage
Usage on Owens
Set-up
To configure your environment for use of Git, run the following command:
module load git
. The default version will be loaded. To select a particular Git version, use module load git/version
. Usage on Pitzer
Set-up
To configure your environment for use of Git, run the following command:
module load git
. The default version will be loaded.