# Version Control System

I am talking about Git. Just learn it.&#x20;

> There are other VCS's, but that's up to you. Google them if you want. You likely won't use them, so focus on studying Git.

This is a small but very important point. It should be easier than the previous section :)

I've put it as a separate point because it's an important must-have skill that needs emphasis.

Register on [github.com](https://github.com/) (if you haven't already) and learn how to create repositories there and upload (push) your code. They have good documentation.

Here's a selection of git courses, you can choose any (no need to learn all, remember - your goal is to understand well, not to infinitely study theory):

* <https://www.udemy.com/course/git-expert-4-hours/>
* <https://www.udemy.com/course/git-complete/?couponCode=ST20MT111124B>
* <https://www.udemy.com/course/git-basic-concept-fundamentals-github/>
* <https://www.udemy.com/course/github-ultimate/?couponCode=ST20MT111124B>
* <https://www.udemy.com/course/git-and-github-complete-guide/?couponCode=ST20MT111124B>

Additional materials:

* Game: <https://learngitbranching.js.org/>
* Tutorial: <https://git-scm.com/book/en/v2>


---

# 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://guide.ivanzakutnii.com/the-hard-way-to-swe-excellence/learning-path/version-control-system.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.
