Git Basics

Git Basics

9th Grade

11 Qs

quiz-placeholder

Similar activities

EMAIL VOCABULARY

EMAIL VOCABULARY

7th - 12th Grade

16 Qs

Quiz 140 / First steps in Python

Quiz 140 / First steps in Python

9th Grade

15 Qs

Understanding Version Control with Git

Understanding Version Control with Git

9th - 12th Grade

10 Qs

Email Vocabulary

Email Vocabulary

7th - 12th Grade

16 Qs

Email

Email

8th - 10th Grade

10 Qs

Python basics (1)

Python basics (1)

9th Grade

12 Qs

Python Year 9 Final Recall Activity

Python Year 9 Final Recall Activity

7th - 9th Grade

15 Qs

2-9-2022 Brownbag Session

2-9-2022 Brownbag Session

1st - 10th Grade

10 Qs

Git Basics

Git Basics

Assessment

Quiz

Computers

9th Grade

Medium

Created by

Samuel Markham

Used 3+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is Git primarily used for?

Project management

Version control

Graphic design

Database management

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command is used to create a new Git repository?

`git init`

`git start`

`git new`

`git create`

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you check the status of your files in a Git repository?

`git check`

`git status`

`git verify`

`git inspect`

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command is used to add changes to the staging area?

`git commit`

`git add`

`git stage`

`git push`

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the command to commit changes with a message?

`git commit -m "message"`

`git commit -msg "message"`

`git commit -message "message"`

`git commit -note "message"`

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you create a new branch in Git?

`git branch new_branch`

`git create new_branch`

`git new new_branch`

`git branch -new new_branch`

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command is used to switch to another branch?

`git switch branch_name`

`git checkout branch_name`

`git change branch_name`

`git move branch_name`

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?