GIT (final test)

GIT (final test)

1st - 10th Grade

20 Qs

quiz-placeholder

Similar activities

Python. Повторення

Python. Повторення

1st - 3rd Grade

16 Qs

Zamanlar / Geçmiş,şimdiki,gelecek ve geniş zaman .

Zamanlar / Geçmiş,şimdiki,gelecek ve geniş zaman .

5th Grade

20 Qs

Aula 03 - LInux

Aula 03 - LInux

1st Grade

15 Qs

python alapok

python alapok

10th Grade

15 Qs

我是小创客-程序编辑器

我是小创客-程序编辑器

5th Grade

20 Qs

Lesson 41 - file handling & Various opening modes in file

Lesson 41 - file handling & Various opening modes in file

5th Grade

20 Qs

Excel

Excel

1st - 5th Grade

22 Qs

PowerPoint

PowerPoint

1st Grade

23 Qs

GIT (final test)

GIT (final test)

Assessment

Quiz

Professional Development

1st - 10th Grade

Medium

Created by

Мария М

Used 30+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Как получить список всех веток?

git branch --all

git branch

git tree

git tree -all

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Какой файл нужно настроить для того, чтобы определенные файлы никогда не попадали в коммиты локального репозитория?

ignore.git

.gitignore

gitignore.txt

git.ignore

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

С помощью какой команды можно скачать удаленный репозиторий на ваш компьютер?

git push

git fork

git clone

git save

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Как проиндексировать файлы для коммита?

git stage

git commit

git add

git reset

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Как можно указать сообщение при коммите?

git message "I'm coding"

git add "I'm coding"

git commit "I'm coding"

git commit -m "I'm coding"

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Какая команда настраивает адрес своей почты для всей системы?

git set --user email <email>

git config --global user.email <email>

git config email <email>

git set --user user.email>email

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Выберите верное утверждение:

pull = fetch + merge

push = fetch + merge

pull = fetch + push

merge = fetch + pull

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?