Git Quiz

Git Quiz

University

5 Qs

quiz-placeholder

Similar activities

Git hub Pull Request

Git hub Pull Request

University

10 Qs

Git & GitHub

Git & GitHub

University

10 Qs

Git Bash Quiz

Git Bash Quiz

University

10 Qs

Intro to GitHub

Intro to GitHub

University

7 Qs

PHP Tours Meetup #16 (Gitkraken + API Platform)

PHP Tours Meetup #16 (Gitkraken + API Platform)

University - Professional Development

10 Qs

Git and GitHub

Git and GitHub

University

9 Qs

Hacktoberfest-2021

Hacktoberfest-2021

University

10 Qs

Introduction to Git and Github

Introduction to Git and Github

University

10 Qs

Git Quiz

Git Quiz

Assessment

Quiz

Computers

University

Medium

Created by

qwefdqe qewfdqed

Used 1+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Is Git and GitHub the same?

Yes

No

Answer explanation

GitHub is not the same thing as “git”.

Git:

Open source VCS software.

GitHub:

Company that operates a service for hosting files on the internet that are managed using git.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Is Git a repository?

Yes

No

Answer explanation

Git is a version control system

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Is a version control system are used to mainly to lose track changes, ratify changes, ditch versions, fight with others?

No

Yes

Answer explanation

Its exactly the opposite!

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Would you need to install Git in Linux Systems?

Yes

No

Answer explanation

Git is pre-installed on Linux Systems as Linus Torvalds is also the creator of Git

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Git subtract is a command term used for deleting a branch on the repository.

Yes

No

Answer explanation

git branch -D is used for deletion of branch