GDSC Git

GDSC Git

University

20 Qs

quiz-placeholder

Similar activities

GIT Básico

GIT Básico

University

18 Qs

Latihan JK4 - GIT

Latihan JK4 - GIT

University

25 Qs

Introduction to Cloud Native Fundamentals Quiz

Introduction to Cloud Native Fundamentals Quiz

University - Professional Development

15 Qs

Section 4: Logging and monitoring.

Section 4: Logging and monitoring.

University

17 Qs

Quiz sur Git et GitHub

Quiz sur Git et GitHub

University

18 Qs

GIT Workshop 2021

GIT Workshop 2021

University

20 Qs

Git Bash

Git Bash

University

15 Qs

Introduction to Git and GitHub

Introduction to Git and GitHub

University

23 Qs

GDSC Git

GDSC Git

Assessment

Quiz

Computers

University

Hard

Created by

Bhanu pawar

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is git?

A version Control System

Short name for GitHub

A Programming Language

A Remote Repository Platform

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the command to get the installed version of git?

git --version  

git help version

getGitVersion

gitVersion

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which option should you use to set the default user name for every repository on your computer?

No need to specify, that is the default.  

--all

--A

--global

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the command to set the user email for the current repository?

git config email

git config user.email

git email.user

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the command to add all files and changes of the current folder to the staging environment of the git repository?

git add --all  

git add

git add --files

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the command to get the current status of the git repository?

git status  

--status

git config --status

git getStatus

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the command to initialize git on the current repository?

git init  

start git

git start

initialize git

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?