Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 19 additions & 3 deletions tasks/git-test.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Тест по основам Git

Описание теста отсутствует.
Вы можете помочь другим студентам, написав его сами.
[Подробнее](https://rs.school/docs/ru/fix-typo)
## Описание

Тест проверяет базовые знания по системе контроля версий Git, включая:

- Инициализацию репозитория
- Клонирование репозиториев
- Добавление и коммитирование изменений
- Проверку статуса и истории изменений
- Работу с ветками (branches)
- Отправку кода на удалённый репозиторий (push/pull)
- Создание форков и понимание различий между форком и клоном

## Уровень сложности

Начинающий (введение в Git)

## Вопросы теста

Тест содержит 16 вопросов с вариантами ответов, охватывающих фундаментальные концепции Git и базовый рабочий процесс для управления версиями кода.
1 change: 0 additions & 1 deletion tasks/test-git

This file was deleted.

21 changes: 21 additions & 0 deletions tasks/test-git.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Git Basics Test

## Description

This test assesses fundamental knowledge of the Git version control system, including:

- Repository initialization
- Cloning repositories from remote sources
- Staging and committing changes
- Checking repository status and history
- Working with branches
- Pushing and pulling code to/from remote repositories
- Understanding the differences between forking and cloning

## Difficulty Level

Beginner (Introduction to Git)

## Test Content

The test contains 16 multiple-choice questions covering core Git concepts and basic workflows for managing code versions.