wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

GIT SET GO

Total questions: 12

Worksheet time: 6mins

Name
Class
Date
1.

What is Git?

a)

A programming language

b)

A version control tool

c)

A nickname for GitHub

d)

A unicorn that resides in Java.

2.

Which of these files specifies the files that must not be tracked by git?

a)

.git

b)

.githubignore

c)

.ignore

d)

.gitignore

3.

Which of these files helps us create a new branch?

a)

git new

b)

git add

c)

git commit

d)

git checkout

4.

A programming language

a)

Linus Torvalds

b)

Mark Zuckerberg

c)

Ryan Dahl

d)

Paul Graham

5.

Which big tech company owns GitHub?

a)

Facebook

b)

Microsoft

c)

Google

d)

Amazon

6.

Which command is used to make a copy of an existing GitHub repository in your local machine?

a)

git copy

b)

git pull

c)

git fork

d)

git clone

7.

git init is used for which of these actions?

a)

Create a .gitignore file

b)

Create a Readme file

c)

Initialize a git repository

d)

Initialize a GitHub repository

8.

Which one of the following is not a feature of GitHub?

a)

Hosting code in different languages

b)

Allow multiple people to contribute to the same repository

c)

Host static websites

d)

Defeating Thanos in Avengers: Endgame

9.

Which one of these is the default git branch?

a)

main

b)

master

c)

dev

d)

default

10.

What is the opposite of git clone?

a)

git upload

b)

git push

c)

git status

d)

git send

11.

Is GitHub the only place one can host code?

a)

Yes

b)

No

12.

Can you upload images or videos on GitHub?

a)

Yes

b)

No