Quiz - Version Control with Git and GitHub

Quiz - Version Control with Git and GitHub

University

10 Qs

quiz-placeholder

Similar activities

Git hub Pull Request

Git hub Pull Request

University

10 Qs

Getting Started with git init

Getting Started with git init

University

10 Qs

Git Bash

Git Bash

University

10 Qs

Git Bash Quiz

Git Bash Quiz

University

10 Qs

Introduction to Git and Github

Introduction to Git and Github

University

10 Qs

Git & GitHub

Git & GitHub

University

10 Qs

Mastering Git Commands

Mastering Git Commands

12th Grade - University

15 Qs

Summer Code Camp - Lesson 1

Summer Code Camp - Lesson 1

University

10 Qs

Quiz - Version Control with Git and GitHub

Quiz - Version Control with Git and GitHub

Assessment

Quiz

Computers, Professional Development

University

Easy

Created by

Chandana Polgampala

Used 33+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 5 pts

What is Git?

A version control system

Another name for GitHub

A remote repository platform

A programming language

2.

MULTIPLE CHOICE QUESTION

10 sec • 5 pts

After you install Git and prior to issuing the first commit, which two configuration properties does the tool expect to be configured?

username and email address

username and password

email address and password

username and IP address

3.

MULTIPLE CHOICE QUESTION

10 sec • 5 pts

Which command should you use to initialize a new Git repository?

git bash

git install

git init

git start

4.

MULTIPLE CHOICE QUESTION

10 sec • 5 pts

What is the command to get the current status of the Git repository?

git –get status

git status

git –status

git -s

5.

MULTIPLE CHOICE QUESTION

10 sec • 5 pts

What is the command to view the history of commits for the repository?

git log

git –full-log

git commits

git history

6.

MULTIPLE CHOICE QUESTION

10 sec • 5 pts

Which command do we use to stage the changes in the file greet.rb?

git add changes greet.rb

git add greet.rb

git stage changes greet.rb

git stage greet.rb

7.

MULTIPLE CHOICE QUESTION

10 sec • 5 pts

Which command do we use to establish a new version in our Git history with a message explaining how the version has changed?

git commit

git m commit

commit git message

git commit -m

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?