Git Set Go - Set 1

Git Set Go - Set 1

University

25 Qs

quiz-placeholder

Similar activities

DSU-NTD-Quiz

DSU-NTD-Quiz

University

25 Qs

MIDTERM_EMBEDDED

MIDTERM_EMBEDDED

University

20 Qs

Network Security

Network Security

University

20 Qs

Introduction to Git and GitHub

Introduction to Git and GitHub

University

23 Qs

[KM] [FEJS2] Chapter 1 - Final Quiz

[KM] [FEJS2] Chapter 1 - Final Quiz

University

25 Qs

NO BRAIN

NO BRAIN

University

20 Qs

Q1 Introduction to Application Development

Q1 Introduction to Application Development

University

20 Qs

Test Your Knowledge Google Drive

Test Your Knowledge Google Drive

9th Grade - 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?