“вишня” Ответ

Git Cherry Pick Commit

#Checkout the branch you want to apply the commit to.
git checkout master

#Cherry pick using the commit hash.
git cherry-pick <commit-hash>

#If cherry picking from a public branch use "-x" to add a standardized commit message.
git cherry-pick -x <commit-hash>
Two4Roughing

вишня

$ git cherry-pick 93ae442 
Evergreen Tomato

Ответы похожие на “вишня”

Вопросы похожие на “вишня”

Смотреть популярные ответы по языку

Смотреть другие языки программирования