
Sometimes we want to migrate other developer's work to my branch. In this case, there are two ways. 1) checkout to their branch and copy their code and checkout my branch and paste code.. 2) use git cherry-pick I usually did like first way.. but I tried to use cherry-pick recently, and surprised it is so Easy and Fast Here is summary to use cherry-pick! $ git cherry-pick [ commit Hash-value ..
Development Tools/GitHub
2019. 11. 1. 16:25
TAG
more
Recent Post