wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Getting Familiar with GIT and GITHUB

Total questions: 15

Worksheet time: 3mins

Name
Class
Date
1.

1. What is Git?

a)

A word processing application

b)

A version control system

c)

A social media platform

d)

A search engine

2.

2. What is the main function of Git?

a)

Creating graphic designs

b)

Tracking changes to files

c)

Editing videos

d)

Creating presentations

3.

3. What is GitHub?

a)

An application for drawing

b)

A web-based Git repository hosting service

c)

An application for playing games

d)

An application for listening to music

4.

4. What is a "repository" in Git and GitHub?

a)

A place to store photos

b)

A place to store videos

c)

A place to store code and project files

d)

A place to store music

5.

5. What is a "commit" in Git?

a)

An action to save changes to files

b)

An action to delete files

c)

An action to create new files

d)

An action to move files

6.

6. What is "push" in Git?

a)

An action to download files

b)

An action to delete a repository

c)

An action to create a new repository

d)

An action to upload changes to a GitHub repository

7.

7. What is "pull" in Git?

a)

An action to upload files

b)

An action to delete files

c)

An action to download changes from a GitHub repository

d)

An action to create files

8.

8. What is a "branch" in Git?

a)

Tree branches

b)

A type of file

c)

A type of folder

d)

A separate version of a project

9.

9. What is the function of "branch" in Git?

a)

To delete files

b)

To create new files

c)

To develop new features without disrupting the main version

d)

To move files

10.

10. What is "merge" in Git?

a)

An action to combine changes from one branch to another

b)

An action to split files

c)

An action to delete files

d)

An action to create files

11.

11. What are the benefits of using Git and GitHub?

a)

Only for storing photos

b)

Only for playing games

c)

Only for listening to music

d)

Facilitates project collaboration and tracks changes

12.

12. Who typically uses Git and GitHub?

a)

Only chefs

b)

Only athletes

c)

Software developers, designers, and writers

d)

Only musicians

13.

13. What is "clone" in Git?

a)

An action to create a copy of a repository from GitHub to a local computer

b)

An action to delete a repository

c)

An action to create a new repository

d)

An action to move a repository

14.

14. Which Git command is used to view a list of changes that have been made but not yet committed?

a)

git push

b)

git pull

c)

git status

d)

git clone

15.

15. Which Git command is used to create a commit with the message "Bug fixes"?

a)

git commit -m "Bug fixes"

b)

git add "Bug fixes"

c)

git push "Bug fixes"

d)

git pull "Bug fixes"