# Git-Based Source Control

### 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: 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.copia.io/docs/overview/readme/overview.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.
