git cherry-pick
Cette commande permet de choisir un commit dans une branche et l'appliquer à une autre, créant un nouveau commit.
$ git cherry-pick <commit-hash>Cette commande permet de choisir un commit dans une branche et l'appliquer à une autre, créant un nouveau commit.
$ git cherry-pick <commit-hash>