Git intro

Git intro

Professional Development

8 Qs

quiz-placeholder

Similar activities

Control de versions amb github

Control de versions amb github

Professional Development

6 Qs

Desarrollo y versionado de código

Desarrollo y versionado de código

Professional Development

10 Qs

Git & Github

Git & Github

Professional Development

10 Qs

K4.1 SOURCE CODE MANAGEMENT

K4.1 SOURCE CODE MANAGEMENT

Professional Development

12 Qs

GitHub and Git Commands Quiz

GitHub and Git Commands Quiz

Professional Development

10 Qs

AWS Data Lake Immersion Day

AWS Data Lake Immersion Day

Professional Development

12 Qs

Microsoft Intune

Microsoft Intune

Professional Development

10 Qs

Network Security 2

Network Security 2

Professional Development

10 Qs

Git intro

Git intro

Assessment

Quiz

Computers

Professional Development

Easy

Created by

E M

Used 5+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is git?

Terminal command line interface

Distributed version control system

An online platform for version control

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does git clone mean?

stage changes

push local repository to remote

initialize new repository on local machine

creates a copy of a remote Git repository on your local machine

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To push a new branch to a remote repository in Git:

git config push

git push -u origin <branch_name>

git push

git add remote <name> <url>

4.

OPEN ENDED QUESTION

45 sec • 1 pt

What git commit does?

Evaluate responses using AI:

OFF

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To clone remote repository to local

git new commit

git clone

git clone <https://github.com/JS23_1/startinis.git>

git push -u origin branch_name

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which git flow is correct?

  1. staging

  2. merging

  3. commiting

  4. repository initializing

  5. conflicts solving

  6. pushing to remote

  1. repository initializing

  2. staging

  3. pushing to remote

  4. conflicts solving

  1. repository initializing

  2. staging

  3. commiting

  4. pushing to remote

  5. conflicts solving

  1. conflicts solving

  2. staging

  3. commiting

  4. merging

  5. repository initializing

7.

OPEN ENDED QUESTION

45 sec • 1 pt

What git add does?

Evaluate responses using AI:

OFF

8.

OPEN ENDED QUESTION

45 sec • 1 pt

What git init does?

Evaluate responses using AI:

OFF