Git Quiz

Git Quiz

University

13 Qs

quiz-placeholder

Similar activities

Git e GitHub

Git e GitHub

12th Grade - University

10 Qs

Summer Code Camp - Lesson 1

Summer Code Camp - Lesson 1

University

10 Qs

Web Apps 01 - CLI (Terminal, Git, Meteor)

Web Apps 01 - CLI (Terminal, Git, Meteor)

University

15 Qs

Fellowship program 2021

Fellowship program 2021

University - Professional Development

15 Qs

Programación 1 Level 2

Programación 1 Level 2

University

12 Qs

Introducción

Introducción

University

9 Qs

Mastering Git Commands

Mastering Git Commands

12th Grade - University

15 Qs

Getting Started with git init

Getting Started with git init

University

10 Qs

Git Quiz

Git Quiz

Assessment

Quiz

Computers

University

Medium

Created by

Bhavya Bibra

Used 16+ times

FREE Resource

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is git?

Git is a programming language.
Git is a cloud storage service.
Git is a distributed version control system.
Git is a text editor.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is GitHub?

VCS

A file-sharing system

A web-based platform for Version Control

Social media site

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command is used to stage changes in Git?

Git push

Git commit

Git pull

Git add

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Git is only used by programmers and developers to manage code.

True

False

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which editor is initially configured with Git?

Vim

Vs code

Nano

Jupyter

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In command: git commit -a -m "Message" , What are -a and -m?

Tags

Attributes

Flags

Message

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How to bypass the staging part of the Git lifecycle?

Git push commit

Git force commit

Git status

Git commit -a

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?