Git intro

Git intro

Professional Development

8 Qs

quiz-placeholder

Similar activities

XK0-004 - Chapter 14

XK0-004 - Chapter 14

Professional Development

13 Qs

Git Quiz

Git Quiz

Professional Development

10 Qs

Git review

Git review

Professional Development

9 Qs

FinTech 01-3

FinTech 01-3

Professional Development

11 Qs

git quiz

git quiz

Professional Development

10 Qs

Review Git - FSW 2021

Review Git - FSW 2021

Professional Development

5 Qs

Training Sesi Developer

Training Sesi Developer

Professional Development

10 Qs

Git - Github - GitHub Pages

Git - Github - GitHub Pages

Professional Development

11 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