Git's Flashcard

Git's Flashcard

Assessment

Flashcard

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

8 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What is Git?

Back

a free, open-source, and widely used distributed version control system that tracks changes in files over time.

2.

FLASHCARD QUESTION

Front

What is Gitlab?

Back

A cloud-based platform for hosting and collaborating on Git repositories

3.

FLASHCARD QUESTION

Front

What is the difference between Git and GitHub?

Back

Git is the version control system; GitHub is a platform for hosting Git repositories

4.

FLASHCARD QUESTION

Front

What is a remote repository in Git?

Back

A version of your project that is hosted on the internet or network, allowing collaboration.

5.

FLASHCARD QUESTION

Front

What are branches in Git?

Back

Independent lines of development used to work on features or fixes without affecting the main codebase.

6.

FLASHCARD QUESTION

Front

What is a pull request in GitHub?

Back

A request to merge changes from one branch into another, often reviewed before being accepted

7.

FLASHCARD QUESTION

Front

What is merging in Git?

Back

The process of combining changes from one branch into another

8.

FLASHCARD QUESTION

Front

What is the command to merge branches in Git?

Back

git merge