Intro to GitHub

Intro to GitHub

University

7 Qs

quiz-placeholder

Similar activities

A Day at IOET

A Day at IOET

University

10 Qs

Q7 - Soft Eng 2

Q7 - Soft Eng 2

University

10 Qs

GIT - Quiz 1

GIT - Quiz 1

KG - Professional Development

6 Qs

SS004.Git

SS004.Git

University

10 Qs

AI Quiz 2022

AI Quiz 2022

University

10 Qs

Git basics

Git basics

University

11 Qs

GitHub MLSA

GitHub MLSA

University

5 Qs

Quiz sobre Git y GitHub

Quiz sobre Git y GitHub

University

8 Qs

Intro to GitHub

Intro to GitHub

Assessment

Quiz

Computers

University

Medium

Created by

Ryka Gene

Used 3+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

GitHub is maintained by:

GitHub Enterprise

Linux

Microsoft

Meta

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is VCS?

Version Control System

Version Controlled System

Version-Control System

Versions Control System

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Git isn't just any Version Control System (VCS); it's a __________ VCS.

Circulated

Distributed

Disseminated

Compiled

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Sends the recent commit history from your local repository up to GitHub.

Pull

Push

Commit

Merge

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose which best describes GitHub

You can use GitHub without git, but you can’t use git without GitHub.

You can use git without GitHub, but you can't use GitHub without git.

You can’t use git without GitHub, but you can use GitHub without git.

You can't use GitHub without git, but you can't use git without GitHub.

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Grabs any changes from the GitHub repository and merges them into your local repository.

Pull

Push

Commit

Merge

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Two ways to copy a repository in GitHub

Clone and Action

Clone and Branch

Clone and Fork

Clone and Issue