Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

GitHub Jan12

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

Which command fetches and downloads content from a remote repository and immediately updates the local repository to match that content?

a)

push

b)

pull

c)

take

d)

commit

2.
A local repository is..
a)
On your computer
b)
Online
3.
A remote repository is..
a)
On your computer
b)
Online
4.

Are Git and GitHub the same thing?

a)

Yes

b)

No

5.

Which command is used to set up a new Git repository?

a)

install

b)

bash

c)

start

d)

init

6.

Which command is the opposite of git clone, that uploads your changes and code back to GitHub instead of downloading your code from GitHub?

a)

push

b)

pull

c)

add

d)

status

7.

Which command is run to check the state of your local git repository since your last commit?

a)

check

b)

status

c)

commit

d)

diff

8.

Which command saves your changes to a repository?

a)

init

b)

status

c)

commit

d)

save

9.

What is the term for something on Github that holds a collection of all files related to one particular project? (Similar to a folder or package.)

a)

repository

b)

branch

c)

master

d)

git

10.

GitHub is a web service used for software developers only.

a)

True

b)

False