Questions et réponses d'entretien les plus demandées et tests en ligne
Plateforme d'apprentissage pour la preparation aux entretiens, les tests en ligne, les tutoriels et la pratique en direct

Developpez vos competences grace a des parcours cibles, des tests blancs et un contenu pret pour l'entretien.

WithoutBook rassemble des questions d'entretien par sujet, des tests pratiques en ligne, des tutoriels et des guides de comparaison dans un espace d'apprentissage reactif.

Preparation a l'entretien

GIT Questions et reponses d'entretien

Question 11. How do you revert a commit that has already been pushed and shared with others?

You can use 'git revert' to create a new commit that undoes the changes introduced by the previous commit.

Est-ce utile ? Ajouter un commentaire Voir les commentaires
 

Question 12. What is a Git submodule?

A Git submodule is a reference to a specific commit in another repository within the current repository. It allows for better organization and management of project dependencies.

Est-ce utile ? Ajouter un commentaire Voir les commentaires
 

Question 13. Explain the purpose of the 'git cherry-pick' command.

'git cherry-pick' is used to apply specific commits from one branch to another.

Est-ce utile ? Ajouter un commentaire Voir les commentaires
 

Question 14. What is a Git stash, and how is it used?

A Git stash is a way to temporarily save changes that are not ready to be committed. It allows you to switch branches without committing or discarding changes.

Est-ce utile ? Ajouter un commentaire Voir les commentaires
 

Question 15. How do you rename a Git branch?

You can use the 'git branch -m' command followed by the new branch name to rename a Git branch.

Est-ce utile ? Ajouter un commentaire Voir les commentaires
 

Les plus utiles selon les utilisateurs :

Copyright © 2026, WithoutBook.