Quiz sur Git

Quiz sur Git

12th Grade

15 Qs

quiz-placeholder

Similar activities

Linux - Chapitre 1 : Introduction à Linux

Linux - Chapitre 1 : Introduction à Linux

1st - 12th Grade

20 Qs

Managing Data Year 12

Managing Data Year 12

11th - 12th Grade

20 Qs

TIK 9 - Penggunaan Browser Untuk Akses Internet

TIK 9 - Penggunaan Browser Untuk Akses Internet

11th - 12th Grade

20 Qs

It essential - chapitre 12

It essential - chapitre 12

12th Grade

13 Qs

  Technical Terms - Hardware (A-Z) - Escape Key

Technical Terms - Hardware (A-Z) - Escape Key

12th Grade

10 Qs

Azure Fundamentals (AZ-900) Quiz (D1)

Azure Fundamentals (AZ-900) Quiz (D1)

12th Grade

15 Qs

MOAC Word 2016 Lesson 1

MOAC Word 2016 Lesson 1

8th Grade - University

10 Qs

Historial de cambios y gestión de ramas

Historial de cambios y gestión de ramas

9th Grade - University

20 Qs

Quiz sur Git

Quiz sur Git

Assessment

Quiz

Computers

12th Grade

Hard

Created by

El Iddouch

Used 1+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Comment annuler les modifications non validées dans Git pour un fichier spécifique ?

git reset --
git undo --
git remove --
git checkout --

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Comment supprimer une branche Git ?

git branch -d
git branch -remove
git branch -delete
git branch -r

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Comment renommer un fichier dans Git ?

git mv old_filename new_filename
git switch old_filename new_filename
git rename old_filename new_filename
git update old_filename new_filename

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Comment fusionner une branche dans Git ?

git branch

git merge

git checkout

git commit

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Quelle commande est utilisée pour afficher l'historique des commits ?

git log

git history

git show

git diff

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qu'est-ce que Git ?

Un système de gestion de base de données

Un système de gestion de versions

Un système d'exploitation

Un navigateur web

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Quelle commande est utilisée pour cloner un référentiel distant ?

git push

git fork

git clone

git pull

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?