Git Quiz

Git Quiz

Professional Development

15 Qs

quiz-placeholder

Similar activities

XK0-004 - Chapter 14

XK0-004 - Chapter 14

Professional Development

13 Qs

Git Bash

Git Bash

Professional Development

15 Qs

Version Control Trivia

Version Control Trivia

Professional Development

15 Qs

Git & GitHub Quiz

Git & GitHub Quiz

Professional Development

15 Qs

GITHUB

GITHUB

Professional Development

16 Qs

Git quizz

Git quizz

Professional Development

10 Qs

git quiz

git quiz

Professional Development

10 Qs

Fundamentals II - Initial Evaluation

Fundamentals II - Initial Evaluation

Professional Development

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