Git Quiz

Git Quiz

Professional Development

15 Qs

quiz-placeholder

Similar activities

Quiz Git

Quiz Git

Professional Development

10 Qs

Linux Basics

Linux Basics

Professional Development

16 Qs

Git Bash Quiz

Git Bash Quiz

Professional Development

10 Qs

03 Git & Terminal

03 Git & Terminal

Professional Development

10 Qs

Dec Meetup Quiz

Dec Meetup Quiz

Professional Development

16 Qs

SE Practice Quiz

SE Practice Quiz

University - Professional Development

18 Qs

Release Management Quiz

Release Management Quiz

Professional Development

19 Qs

TechMspire

TechMspire

Professional Development

10 Qs

Git Quiz

Git Quiz

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Varun Malik

Used 138+ 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?