Quizz GIT

A visually engaging illustration of a developer working on coding with Git on a computer, surrounded by colorful Git commands and repositories.

Master Git with Confidence

Are you ready to test your knowledge of Git? This quiz is designed for anyone looking to improve their understanding of Git commands and workflows. Whether you're a beginner or looking to refresh your skills, this quiz will help reinforce your learning.

  • 12 engaging questions
  • Instant feedback on your answers
  • Perfect for developers of all levels
12 Questions3 MinutesCreated by CodingWizard302
Quelle commande est utilisé pour transférer votre code et vos modifications dans GitHub?
Git add
Git upload
Git push
Git status
Quelle est la commande git qui télécharge votre référentiel de GitHub sur votre ordinateur?
Git push
Git commit
Git fork
Git clone
Comment initialiser le dépôt local avec git?
Git start
Git init
Git pull
Git clean
Comment récupérez du code d’un autre repository sur GitHub?
Forking via l’interface GitHub.
Git pull-request
Git fork
Git clone
Comment vérifier l’état de votre référentiel local depuis votre dernier commit?
Git check
Git commit
Git diff
Git status
Comment ajouter des fichiers à un commit?
Git stage
Git commit
Git add
Git reset
Comment enregistrer l’état actuel de votre code dans git?
En validant les modifications mises en scène avec $ git commit
En ajoutant toutes les modifications et en les mettant en scène avec $ git stage
En ajoutant toutes les modifications et en les organisant avec $ git add
En créant un nouveau commit avec $ git init
Quel raccourci pour mettre en scène tous les changements que vous avez?
Git push -am « Message »
git commit add .
Git commit .
Git add .
Quelle commande pour vérifier l’historique de votre référentiel?
Git checkout
Git fetch
Git log
Git diff
Quelle commande vous permettra de savoir qui a modifié un fichier?
Git blame
git diff
Git log
git log –source
{"name":"Quizz GIT", "url":"https://www.quiz-maker.com/QPREVIEW","txt":"Are you ready to test your knowledge of Git? This quiz is designed for anyone looking to improve their understanding of Git commands and workflows. Whether you're a beginner or looking to refresh your skills, this quiz will help reinforce your learning.12 engaging questionsInstant feedback on your answersPerfect for developers of all levels","img":"https:/images/course2.png"}
Powered by: Quiz Maker