Quiz GIT - Partie 2

A colorful illustration showing a programmer working with Git commands on a computer, surrounded by code snippets and icons of branches, commits, and repositories.

Master Git with This Quiz!

Test your Git knowledge with our engaging quiz designed to help you become proficient in version control. Whether you're a beginner or looking to sharpen your skills, this quiz has something for everyone.

Key Features:

  • 11 challenging questions
  • Multiple choice and text input
  • Instant feedback on your answers
11 Questions3 MinutesCreated by CommittingDolphin42
Comment ajouter un message à un commit?
$ git message "Fix error in xxxx"
$ git add "Fix error in xxxx"
$ git commit "Fix error in xxxx"
$ git commit -m "Fix error in xxxx"
Uelle est la syntaxe correcte pour valider toutes les modifications avec un message?
$ git message -am "Fix error in xxxx"
$ git add -a "Fix error in xxxx"
$ git commit -a "Fix error in xxxx"
$ git commit -am "Fix error in xxxx"
Ce qui vient en premier _____?
$ git add
$ git commit
Vous pouvez taper « git status » à tout moment dans un répertoire contrôlé par git pour vérifier le statut de vos fichiers.
Vrai
Faux
Nous venons de créer un nouveau fichier appelé « home.html ». Lequel des éléments suivants ajoutera ce fichier afin que nous puissions le commiter dans git?
$ git add home.html
$ git add new
$ git add -a home.html
$ git git commit home.html
Quelle commande pour afficher tous les paramètres dans git?
$ git config --list
$ git config -a
$ git config --all
$ git config --parameters --list
Quelle commande pour retourner à la branche principale?
$ git checkout origin
$ git checkout -b master
$ git checkout master
$ git checkout branche
Quelle commande pour annuler un commit?
$ git reset
$ git revert
$ git reset --hard origin/master
$ git init
Quelle commande pour annuler définitivement un commit?
$ git reset
$ git revert
$ git reset --hard origin/master
$ git init
Comment créer une nouvelle branche et y basculer directement?
$ git checkout
$ git branch
$ git checkout -b
$ git branch -new
{"name":"Quiz GIT - Partie 2", "url":"https://www.quiz-maker.com/QPREVIEW","txt":"Test your Git knowledge with our engaging quiz designed to help you become proficient in version control. Whether you're a beginner or looking to sharpen your skills, this quiz has something for everyone.Key Features:11 challenging questionsMultiple choice and text inputInstant feedback on your answers","img":"https:/images/course3.png"}
Powered by: Quiz Maker