Intro to GitHub

Intro to GitHub

University

7 Qs

quiz-placeholder

Similar activities

Git & GitHub

Git & GitHub

University

10 Qs

IOTA : Web Development Bootcamp Quiz 5

IOTA : Web Development Bootcamp Quiz 5

University

10 Qs

Understanding Git and GitHub

Understanding Git and GitHub

University

10 Qs

Github Quiz

Github Quiz

University

10 Qs

HTML, Bootstrap y GitHub

HTML, Bootstrap y GitHub

11th Grade - University

12 Qs

Lesson 2: Git Basics

Lesson 2: Git Basics

University

8 Qs

Collaborative Working using Git - Week 11

Collaborative Working using Git - Week 11

University

12 Qs

GitHub Jan12

GitHub Jan12

11th Grade - University

10 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