Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Git-Github

Total questions: 10

Worksheet time: 2mins

Name
Class
Date
1.

Which vendor acquired GitHub for $7.5 billion in June 2018?

a)

Google

b)

IBM

c)

Microsoft

d)

Oracle

2.

What is a local copy of a remote repository called?

a)

Branch

b)

Origin

c)

Clone

d)

Master

3.

The main objectives of Git are :

a)

speed

b)

data integrity

c)

support for distributed non-linear workflows

d)

All of the above

4.

What language is used in Git?

a)

C++

b)

PHP

c)

HTML

d)

C

5.

Git command . . . . used to give tags to the specified commit.

a)

git checkout [branch name]

b)

git show [commit]

c)

git tag [commitID]

d)

git rm [file]

6.

Git is a . . . . Version Control tool.

a)

Decentralized

b)

Centralized

7.

Which of the following command line environment is used for interacting with Git ?

a)

Git Bash

b)

GitHub

c)

Git Boot

d)

Git Lab

8.

____ removes untracked files from your working directory.

a)

git commit

b)

git clean -f

c)

git clean

d)

git reset

9.

Which command creates an empty Git repository in the specified directory?

a)

git reset

b)

git log ..

c)

git init

d)

git init --bare

10.

Git command to compare two specified branches

a)

git diff

b)

git merge

c)

git blame -L

d)

git push --tags