Cours GIT - Partie 2

Create an illustration of a person sitting at a computer, surrounded by Git-related icons like branches, commits, and code snippets in a techy, modern environment.

Master Git: Test Your Knowledge!

Are you ready to delve into the essential aspects of Git? This quiz is designed to test your knowledge from basic commands to branch management and commit manipulations. Whether you're a beginner or looking to refresh your skills, this is the perfect opportunity for you!

  • 11 engaging questions
  • Multiple choice and text answers
  • Immediate feedback on your knowledge level
11 Questions3 MinutesCreated by CodingEagle724
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"
Quelle 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:
{"name":"Cours GIT - Partie 2", "url":"https://www.quiz-maker.com/QPREVIEW","txt":"Are you ready to delve into the essential aspects of Git? This quiz is designed to test your knowledge from basic commands to branch management and commit manipulations. Whether you're a beginner or looking to refresh your skills, this is the perfect opportunity for you!11 engaging questionsMultiple choice and text answersImmediate feedback on your knowledge level","img":"https:/images/course6.png"}
Powered by: Quiz Maker