Mastering Git & GitHub — Interactive Quiz for Beginners 2

Mastering Git & GitHub — Interactive Quiz for Beginners 2

University

5 Qs

quiz-placeholder

Similar activities

DO101 Quiz

DO101 Quiz

University

10 Qs

Introducción

Introducción

University

9 Qs

Lenguajes Ultima Gen C1

Lenguajes Ultima Gen C1

University

10 Qs

Getting Started with git init

Getting Started with git init

University

10 Qs

Git e GitHub

Git e GitHub

12th Grade - University

10 Qs

Summer Code Camp - Lesson 1

Summer Code Camp - Lesson 1

University

10 Qs

Node.js

Node.js

University

10 Qs

Unscramble in Logical Order

Unscramble in Logical Order

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