2.0 - Git Basics

2.0 - Git Basics

Professional Development

10 Qs

quiz-placeholder

Similar activities

Git Bash Quiz

Git Bash Quiz

Professional Development

15 Qs

git quiz 2

git quiz 2

Professional Development

10 Qs

GİTHUB, İŞ AKIŞ YÖNETİMİ

GİTHUB, İŞ AKIŞ YÖNETİMİ

Professional Development

15 Qs

git basics

git basics

Professional Development

10 Qs

Git & GitHub Quiz 2 Codingnest

Git & GitHub Quiz 2 Codingnest

Professional Development

12 Qs

git and github

git and github

Professional Development

13 Qs

Git quiz 1

Git quiz 1

Professional Development

10 Qs

GIT

GIT

Professional Development

15 Qs

2.0 - Git Basics

2.0 - Git Basics

Assessment

Quiz

Science, Computers

Professional Development

Medium

Created by

Kiki CodeSquad

Used 9+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is Git

A version control system

Centralized

Distributed

The same as GitHub

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is GitHub?

A host for Git repositories

An integrated development environment (IDE)

The company that owns Git

All of the above

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Git stores the history of changes made to the codebase over time, and information about who made those changes.

True

False

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Staging, or git add, is required before creating a commit.

True

False

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What does the command git branch (without any options) do?

Creates a new branch

Renames a branch

Deletes a branch

Shows you a list of your local branches

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following commands will merge branch-a into the master branch?

git merge master and git checkout branch-a

git checkout branch-a and git merge master

git checkout master and git merge branch-a

git merge branch-a and git checkout master

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What are the characteristics of a good commit message?

Commit messages are optional

Less than 50 characters and written in the imperative mood

Describe the change introduced by the commit

Tell the story of how your project has evolved

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?