Git Quiz

Git Quiz

Professional Development

15 Qs

quiz-placeholder

Similar activities

Git Bash Quiz

Git Bash Quiz

Professional Development

15 Qs

Git quiz 1

Git quiz 1

Professional Development

10 Qs

Version Control Trivia

Version Control Trivia

Professional Development

15 Qs

GITHUB

GITHUB

Professional Development

16 Qs

Git quizz

Git quizz

Professional Development

10 Qs

git basics

git basics

Professional Development

10 Qs

DevOps Interview Questions

DevOps Interview Questions

Professional Development

20 Qs

DevNet Express

DevNet Express

10th Grade - Professional Development

11 Qs

Git Quiz

Git Quiz

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Varun Malik

Used 135+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

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

git remote add origin

git remote add new

git remote new origin

git remote origin

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

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

git add -A

All new and updated files are staged

Files are staged in alphabetical order.

All new files are staged

Only updated files are staged

3.

MULTIPLE CHOICE QUESTION

45 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

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What option can you use to apply git configurations across your entire git environment?

--all

--master

--global

--update

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which check summing technique is used by Git?

SHA-1

Parity Bit

MD5

SHA-2

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command should you use to initialize a new git repository?

Git bash

Git install

Git init

Git start

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What's a shortcut to staging all the changes you have?

Git commit add .

Git commit .

Git add .

Git stage -a

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?