Git Quiz

Git Quiz

University

13 Qs

quiz-placeholder

Similar activities

Fundamentos de Git e GitHub

Fundamentos de Git e GitHub

12th Grade - University

15 Qs

Tema 1 - GIT

Tema 1 - GIT

University

14 Qs

Git y GitHub: Control de Versiones y Despliegue 🛠️🌍

Git y GitHub: Control de Versiones y Despliegue 🛠️🌍

University

18 Qs

Git y GitHub

Git y GitHub

9th Grade - University

13 Qs

Java Quiz2

Java Quiz2

University

11 Qs

Quiz - Version Control with Git and GitHub

Quiz - Version Control with Git and GitHub

University

10 Qs

Git

Git

University

15 Qs

Got Git?

Got Git?

University

15 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?