# 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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.arkain.io/user-guide/workspace/source-code-management-with-git.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
