Second Bootcamp Quizizz

Second Bootcamp Quizizz

1st - 5th Grade

30 Qs

quiz-placeholder

Similar activities

Linux

Linux

4th Grade

31 Qs

RedHat Bab1-6

RedHat Bab1-6

2nd Grade

30 Qs

soal html

soal html

3rd Grade

30 Qs

HTML

HTML

5th Grade - Professional Development

25 Qs

html

html

KG - 12th Grade

26 Qs

jquery

jquery

1st Grade

25 Qs

Diseño Web 2P (CSS)

Diseño Web 2P (CSS)

1st Grade

25 Qs

Javascript

Javascript

1st - 5th Grade

25 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?