Mastering Git & GitHub — Interactive Quiz for Beginners 2

Mastering Git & GitHub — Interactive Quiz for Beginners 2

University

5 Qs

quiz-placeholder

Similar activities

github demo

github demo

University

10 Qs

Control de Versiones, Paquetes y Gestores de Software

Control de Versiones, Paquetes y Gestores de Software

University

10 Qs

CIRT Event Quiz

CIRT Event Quiz

University

10 Qs

Git-Github

Git-Github

University

10 Qs

git and github

git and github

University - Professional Development

10 Qs

GitHub Vibes

GitHub Vibes

University

9 Qs

CS101 - Session 2

CS101 - Session 2

University

10 Qs

Git and GitHub

Git and GitHub

University

10 Qs

Mastering Git & GitHub — Interactive Quiz for Beginners 2

Mastering Git & GitHub — Interactive Quiz for Beginners 2

Assessment

Quiz

Computers

University

Hard

Created by

Sanuga Kuruppu

Used 2+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command is used to start tracking a new project with Git?

git start

git init

git track

git begin

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Git, what is the staging area?

A backup copy of your project

A place where files are stored permanently

A preparation zone for changes before committing

A branch that stores your untracked files

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of a Pull Request (PR) on GitHub?

To download code from the repository

To request merging your changes into another branch

To create a new repository

To automatically fix bugs

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which GitHub feature is like a Kanban board for tracking tasks?

Issues

Project Boards

Branches

Pull Requests

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which Git command is used to upload your local branch changes to GitHub?

git push

git send

git upload

git commit