Programming/Git&Bash
[Git] 원하는 commit만 들고오기
RosyPark
2020. 12. 3. 16:59
git cherry-pick
git cherry-pick ffb1383 //원하는 commit 만 가지고 오기
git cherry-pick 418cdf3^..ffb1383