> For the complete documentation index, see [llms.txt](https://docs.arkain.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.arkain.io/user-guide/workspace/source-code-management-with-git.md).

# Source Code Management with Git

Arkain supports **GitHub**, and **Git-based** remote repositories.

* **GitHub**:

  GitHub is a cloud-based platform that hosts Git repositories. It provides a web interface to work with Git repositories and includes additional features like issue tracking, project management tools, and pull requests to collaborate on code. It also offers social features like following other developers and starring repositories.
* **Git**:

  Git is a distributed version control system (VCS) that allows multiple people to work on the same project simultaneously without overwriting each other’s work. It tracks changes in your code, enabling you to revert to previous versions, merge changes, and collaborate more efficiently.
