Git

Git - A Version Control System for Software Development

Introduction

Git is a popular and easy-to-use version control system which allows software developers to retain multiple versions of their code to make debugging and fixing errors simpler and to allow for reverting to earlier versions of the code base if necessary.

Using Git on RCC Resources

Git does not require a module to be loaded on HPC or Spear. For detailed information on using git, please refer to the official documentation. There are also numerous tutorials available online for git.