Backport
#git 명령어 예시
git checkout develop
git log // backport 할 commit id 찾기
git checkout release/10.2
git cherry-pick <commit-id>Last updated
Was this helpful?
#git 명령어 예시
git checkout develop
git log // backport 할 commit id 찾기
git checkout release/10.2
git cherry-pick <commit-id>Last updated
Was this helpful?
Was this helpful?