Aucun fichier indexé. Utilisez git add pour indexer vos changements.
📊 Graphe de commitsbranche actuellemain
🍒 Cherry-pickAdvanced0/3
📖 Concepts
Cherry-pickApplique les changements d'un commit spécifique sur votre branche actuelle. Contrairement au merge, il n'apporte que les changements de ce seul commit.
Detached HEADQuand HEAD pointe directement sur un commit au lieu d'une branche. Cela peut arriver après un checkout d'un commit précis ou un cherry-pick.
Voyez les commits présents sur la branche dev
Regardez la branche dev pour trouver le commit à cherry-picker.
● Voyez les commits présents sur la branche dev
○ Cherry-pickez uniquement le fix du bug
○ Vérifiez le cherry-pick
Terminal
📘 Starting tutorial: Cherry Pick
Selectively apply commits from one branch to another