Search Header Logo

Second Bootcamp Quizizz

Authored by Rogelio Perez

Computers

1st - 5th Grade

Used 1+ times

Second Bootcamp Quizizz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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.

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?