Second Bootcamp Quizizz

Second Bootcamp Quizizz

1st - 5th Grade

30 Qs

quiz-placeholder

Similar activities

Ujian Pengetahuan Laravel Vidio Part 2-6

Ujian Pengetahuan Laravel Vidio Part 2-6

1st Grade

25 Qs

Quiz 2 - Pemrograman Web 19-S1IF-10

Quiz 2 - Pemrograman Web 19-S1IF-10

1st - 5th Grade

25 Qs

CSS

CSS

5th Grade

30 Qs

ÔN TẬP TIN 8 GIỮA KÌ 2

ÔN TẬP TIN 8 GIỮA KÌ 2

1st Grade

25 Qs

HTML CSS Exam

HTML CSS Exam

5th - 12th Grade

25 Qs

HTML Coding

HTML Coding

3rd - 6th Grade

25 Qs

Android Studio

Android Studio

1st Grade

30 Qs

LMSGI - INTRODUCCIÓN, HTML5 Y CSS3  (I)

LMSGI - INTRODUCCIÓN, HTML5 Y CSS3 (I)

1st Grade

30 Qs

Second Bootcamp Quizizz

Second Bootcamp Quizizz

Assessment

Quiz

Computers

1st - 5th Grade

Medium

Created by

Rogelio Perez

Used 1+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

Which command is used to change the branch?

git branch <branch>

git checkout -b <branch>

git branch -b <branch>

git checkout <branch>

2.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

How can you download the remote change of a repository in your local repository?

Using git download

Using git push

Using git pull

Using git remote

3.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

Which command is used to create a new branch and switch into it?

git branch <branch>

git checkout -b <branch>

git branch -b <branch>

git checkout <branch>

4.

MULTIPLE CHOICE QUESTION

45 sec • 10 pts

What is the correct command to configure git?

git config --global name "Your Name"

git config --global email "youremail@example.com"

git configure --global user.name "Your Name"

git configure --global user.email "youremail@example.com"

git config --global user.name "Your Name"

git config --global user.email "youremail@example.com"

5.

MULTIPLE CHOICE QUESTION

45 sec • 10 pts

What is the purpose of the .gitignore file in Git?

To specify files and directories that should not be tracked by Git.

To specify files and directories that should be tracked by Git.

To specify files and directories that should be deleted from the repository.

To specify files and directories that should be renamed in the repository.

6.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

Which of the next options is not a good practice of git?

Use ssh-key to manage the remote repository

Add only the files necessary into the commit

Push changes over a important branch directly

Use a gitignore file

7.

MULTIPLE CHOICE QUESTION

45 sec • 10 pts

What is a merge conflict in Git?

A situation where two or more commits modify the same file(s) in a conflicting way. 

A situation where two or more branches have the same name.

A situation where two or more commits modify different files in a conflicting way.

A situation where a merge is successful without any issues.

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?