git basics

git basics

Professional Development

10 Qs

quiz-placeholder

Similar activities

PLAL Agile Onboarding

PLAL Agile Onboarding

Professional Development

10 Qs

Introduction to Cloud Native Fundamentals Quiz

Introduction to Cloud Native Fundamentals Quiz

University - Professional Development

15 Qs

Quizz SQL Joel y Ángel

Quizz SQL Joel y Ángel

Professional Development

10 Qs

TBC3기_5주차

TBC3기_5주차

Professional Development

10 Qs

Menulis Gambar

Menulis Gambar

1st Grade - Professional Development

15 Qs

Intro to Computing 2

Intro to Computing 2

Professional Development

15 Qs

cyber security

cyber security

KG - Professional Development

14 Qs

Modul 4 (1)

Modul 4 (1)

Professional Development

15 Qs

git basics

git basics

Assessment

Quiz

Computers

Professional Development

Easy

Created by

Sahil Dhawan

Used 7+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

How do you start git?

$ git init

$ git clone

$ git start

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Show a list of all the commits that have been made.

$ git commits

$ git log

$ git branch

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Create a branch called working

$ git branch -d working

$ git pull origin working

$ git checkout -b working

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Put everything up on the remote repository.

$ git commit

$ git add

$ git push

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

How do you determine the current state of the project?

$ git log

$ git state

$ git status

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Move all your changes since your last commit to the staging area.

$ git commit .

$ git add .

$ git push .

7.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Switch to the branch "working"

$ git checkout working

$ git checkout -b working

$ git checkout -d working

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?