Github Quiz

Github Quiz

University

10 Qs

quiz-placeholder

Similar activities

Git-Github

Git-Github

University

10 Qs

GIT COURSE

GIT COURSE

University

13 Qs

GitHub Jan12

GitHub Jan12

11th Grade - University

10 Qs

Understanding Git and GitHub

Understanding Git and GitHub

University

10 Qs

Git Techniques

Git Techniques

University

10 Qs

Collaborative Working using Git - Week 11

Collaborative Working using Git - Week 11

University

12 Qs

ITESA Roadmap Event 12-09-24

ITESA Roadmap Event 12-09-24

University

10 Qs

Quizz Front End Week 5

Quizz Front End Week 5

University

10 Qs

Github Quiz

Github Quiz

Assessment

Quiz

Computers

University

Medium

Created by

ACES DYPCOE

Used 3+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of a README file in a Github repository?

To provide information about the project and how to use it

To showcase the developer's personal information

To provide a platform for user feedback

To store backup files of the project

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the difference between git and Github?

Git is a social media platform, while Github is a code editor

Git is a cloud storage service, while Github is a project management tool

Git is a version control system, while Github is a platform for hosting Git repositories.

Git is used for web development, while Github is used for mobile app development

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a pull request in Github?

A way to create a new repository

A way to propose changes to a repository by submitting a modified version of the code for review and potential merging.

A way to share code without any review process

A way to delete code from a repository

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you create a new branch in a Github repository?

git branch [branch_name]

git checkout -b [branch_name]

git add [branch_name]

git commit -m [branch_name]

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the use of 'git clone' command in Github?

To merge two repositories in Github

To rename a repository in Github

To create a copy of a repository from Github to your local machine.

To delete a repository from Github

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the difference between 'git pull' and 'git fetch' in Github?

'git pull' merges the changes from the remote repository into the current branch, while 'git fetch' only fetches the changes from the remote repository.

'git pull' only fetches the changes from the remote repository

'git fetch' merges the changes from the remote repository into the current branch

'git pull' fetches the changes from the remote repository and merges them into the current branch

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you revert a commit in Github?

git cancel

git undo

git reset

git revert

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?