# Вопросы Git, CI/CD

1. Для чего используют системы контроля версий?
2. Что такое Git? Каков принцип его работы?
3. Что такое commits, branches в Git?
4. Для чего нужны GitHub, GitLab и т.д.?
5. Что такое CI?
6. Как интегрируется автоматическое тестирование в CI?
7. Какие инструменты для создания репорта после выполнения автоматических тестов вы знаете?
8. Какую информацию должен содержать отчет о выполнении автоматических тестов?
9. Что такое деплой?
10. Что такое Gitflow?


---

# 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://qabook.gitbook.io/start/sobesedovaniya/voprosy-na-qa-sobesedovanii/voprosy-git-ci-cd.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.
