> For the complete documentation index, see [llms.txt](https://docs.copia.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.copia.io/docs/overview/readme/overview.md).

# Git-Based Source Control

Git-based source control by Copia Automation

### Overview

Version control is an organizational system used to record changes to a file or project over time so that you can reference historical versions as needed. Version control software allows users to continuously track changes to the code, while enhancing communication, efficiency, and collaboration between team members.

{% hint style="info" %}
According to the Stack Overflow 2021 Developer Survey, **almost 94% of software developers worldwide use Git**, indicating that Git is the future and the preferred choice of many development teams worldwide for tracking their code.
{% endhint %}

Copia boasts enhanced version control for any file type, including documents, PLC or HMI Projects, Robot controller data, network switch configurations, and more. Copia can provide a single central repository for storing this data, allowing for a more collaborative work environment.

By the end of this section, you will be familiar with creating and cloning repositories, as well as the various pulling, committing, and pushing operations you'll frequently be using with your repositories. You'll also learn how to manage your version history and revert changes.

{% embed url="<https://www.youtube.com/watch?v=GP2MXK5PGCE>" %}

{% hint style="info" %}
You can find more videos that cover key flows on the [Copia’s YouTube channel](https://www.youtube.com/channel/UCVj_xjJl6KaVRzcE7gJlrDw).
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.copia.io/docs/overview/readme/overview.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
