GDSC Git

GDSC Git

University

20 Qs

quiz-placeholder

Similar activities

GIT VERSION Control

GIT VERSION Control

University

20 Qs

Responsi UAS PL 2021/2022

Responsi UAS PL 2021/2022

University

20 Qs

Preguntas sobre Git y GitHub

Preguntas sobre Git y GitHub

9th Grade - University

20 Qs

DevOps

DevOps

University

15 Qs

Quiz sur le Responsive Design et Git

Quiz sur le Responsive Design et Git

University

21 Qs

DevOps and Full Stack Development Quiz

DevOps and Full Stack Development Quiz

University

25 Qs

[Office Hours] - Full Stack Bootcamp - How to get 1% better

[Office Hours] - Full Stack Bootcamp - How to get 1% better

University

24 Qs

Round 1 ( RHA Learner Contest )

Round 1 ( RHA Learner Contest )

University

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