GitHub

GitHub

University

10 Qs

Student preview

quiz-placeholder

Similar activities

Git Parancsok Kvíz

Git Parancsok Kvíz

University

14 Qs

EDU

EDU

University

10 Qs

FSW34 - Quiz Chapter 3

FSW34 - Quiz Chapter 3

University

10 Qs

Final Quiz :3D Printing World

Final Quiz :3D Printing World

3rd Grade - Professional Development

15 Qs

GitHub Jan12

GitHub Jan12

11th Grade - University

10 Qs

GitHub MLSA

GitHub MLSA

University

5 Qs

GDSC Open Source Program Quiz

GDSC Open Source Program Quiz

University

11 Qs

GitHub API Quiz

GitHub API Quiz

University

10 Qs

GitHub

GitHub

Assessment

Quiz

Created by

Rahul Roy

Education

University

5 plays

Medium

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is Git?

A version control system

A programming language

A text editor

An operating system

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command is used to create a new Git repository?

git clone

git init

git commit

git push

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a Git conflict?

When two or more branches have made changes to the same code

When Git cannot merge changes automatically

When Git fails to push changes to a remote repository

When Git loses track of changes in a repository

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the correct usage of the push command?

git push <remote> <branch>

git push <branch> <remote>

Both correct

None of them

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command do you run to view the commit history of your repository?

git history

git log

git commit -h

git past

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command is used to push changes from the local repository to the remote repository in Git?

git add

git commit

git status

git push

7.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

10.Staging, or git add, is required before creating a commit?

True

False

Explore all questions with a free account

or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?