Git quiz 1

Git quiz 1

Professional Development

10 Qs

quiz-placeholder

Similar activities

Guess the Retro Computer 1

Guess the Retro Computer 1

KG - Professional Development

13 Qs

Unit 1 lesson 1

Unit 1 lesson 1

University - Professional Development

15 Qs

CodeMonkey Platform Management & Resources

CodeMonkey Platform Management & Resources

Professional Development

10 Qs

INTO Artificial Intelligence

INTO Artificial Intelligence

University - Professional Development

10 Qs

Computer basics for beginners

Computer basics for beginners

Professional Development

15 Qs

GUESS THAT WORD IN CYBER!

GUESS THAT WORD IN CYBER!

Professional Development

10 Qs

SJDMNHS Google Classroom 2

SJDMNHS Google Classroom 2

Professional Development

10 Qs

Let's Play Together

Let's Play Together

University - Professional Development

10 Qs

Git quiz 1

Git quiz 1

Assessment

Quiz

Computers

Professional Development

Practice Problem

Easy

Created by

Ava H

Used 7+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you check your current git version?

git --v

git --version

git --option

git --current

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command lets you create a connection between a local and remote repository?

git remote add new

git remote add origin

git remote new origin

git remote origin

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Describe what the following git commands do to commit history.

git reset --hard HEAD~5 (reset the current branch to the commit just before the last 5)

git merge --squash HEAD@{1} (HEAD@{1} is where the branch was just before the previous command. This command sets the state of the index to be as it would just after a merge from that commit)

reset the commit branch back before the last 5 commits, then squashes them into a single commit.

delete the last 5 commits

merges the last 5 commits into a new branch

reset the HEAD to the 5th commit in the repo, then merges to the master branch.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Your current project has several branches: master, beta, and push-notifications. You've just finished the notification feature in the push-notification branch, and you want to commit it to beta branch. How can you accomplish this?

checkout the beta branch and run git merge push-notification

checkout the push-notifications branch and run git merge beta

checkout the master branch and run git merge beta ->push-notification

Delete the push-notification branch and it will be commited to the master branch automatically.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is true when you use the following command?

git add -A

All new files are staged

Only updated files are staged.

Files are staged in alphabetical order

all new and updated files are staged.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the following command print to the Terminal?

git remote -v

A list of remote repositories you are connected to

The current git version you're running

An inline editor for modifying remote repositories

The last 5 git versions you've installed.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will happen after run the following command?

git chechout feature-user-location

git cherry-pick {12345}

The commit is being cherry picked as the new HEAD of the commit history

A commit is being copies from the feature-user-location branch to the master branch

A commit is copied from its orignal branch over to the feature-user-location-branch

The commit is being tagged for release on the feature-user-location-branch.

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?