Git basics

Git basics

University

10 Qs

quiz-placeholder

Similar activities

Computational Thinking in Python[Quiz 3]

Computational Thinking in Python[Quiz 3]

University

15 Qs

JRB2 Quiz 4

JRB2 Quiz 4

University

10 Qs

TOOLS FOR AD & TECHNOLOGY DEVELOPMENT (W4-W6)

TOOLS FOR AD & TECHNOLOGY DEVELOPMENT (W4-W6)

University

10 Qs

Understanding Email, Contacts and Calendaring

Understanding Email, Contacts and Calendaring

University

10 Qs

ICT 0513 - Chapter 4 : System Unit

ICT 0513 - Chapter 4 : System Unit

University

15 Qs

BB

BB

University

10 Qs

Tree and Planar Graph

Tree and Planar Graph

University

10 Qs

CodeMonkey for B.Ed IT

CodeMonkey for B.Ed IT

University

10 Qs

Git basics

Git basics

Assessment

Quiz

Computers

University

Practice Problem

Medium

Created by

Mathieu Chauvin

Used 34+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of these terms best describes git?

Integrated development environment

Issue tracking system

Distributed Version control system

Web-based repository hosting service

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command allows me to view my repository's history?

git commits

git log

git commit --history

git history

3.

MULTIPLE CHOICE QUESTION

1 min • 3 pts

What is the "staging area"?

It is the current area of work, with the files of the project

It is the content of the .git/ directory, with the information collected by git

It is current position in the history log for the current branch

It is the set of files that will form part of the next commit

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can I add a file to the staging area?

git add file.txt

git commit file.txt

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the correct order to submit your changes from the working directory to the remote repository?

git add, git push, git commit

git add, git commit, git push

git push, git add, git commit

git commit, git add, git push

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Github and Gitlab are simply a "Git-as-a-service"

True

False

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

I interactively rebased "main" branch on my computer and changed commits order. Can I safely force push on the remote?

Yes

No

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?