Git Set Go - Set 1

Git Set Go - Set 1

University

25 Qs

quiz-placeholder

Similar activities

[KM] [FEJS2] Chapter 1 - Final Quiz

[KM] [FEJS2] Chapter 1 - Final Quiz

University

25 Qs

WEEK 15-16 Version Control and Collaboration quiz

WEEK 15-16 Version Control and Collaboration quiz

University

20 Qs

Git Set Go Set 2

Git Set Go Set 2

University

25 Qs

HacktoberFest2022 Day 1

HacktoberFest2022 Day 1

University

20 Qs

Introduction to Git and GitHub

Introduction to Git and GitHub

University

23 Qs

Evaluación sobre Git y GitHub

Evaluación sobre Git y GitHub

9th Grade - University

20 Qs

Git - Github Initiation

Git - Github Initiation

University

20 Qs

R. 3. Навігація програмним забезпеченням

R. 3. Навігація програмним забезпеченням

University

20 Qs

Git Set Go - Set 1

Git Set Go - Set 1

Assessment

Quiz

Computers

University

Medium

Created by

Technovation 22

Used 4+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which of these terms best describes GitHub?
Distributed Version Control System
Integrated Development Environment
Web-Based Repository Hosting Service
Issue Tracking System

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What is the command to get the installed version of Git?
git --version
getGitversion
git help version
gitVersion

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What does Github operate on, for code snippets, opposed to Github for large projects?
Gist
Github Enterprise
Jekyll
Ruby

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which of the following commands is used to reset the current HEAD to the specified state?
GIT restore
GIT reset
GIT checkout
Git diff

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What's a shortcut to staging all the changes you have?

GIT commit add .

GIT commit

GIT add .

GIT stage -a

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which is the correct usage of the push command?

GIT push <remote> <branch>

Git push <branch> <remote>

Both of them

None of them

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the opposite of a GIT clone?
Git push
Git add
Git upload
None of them

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?