天天看點

SAP Spartacus的double maintenance -使用Cherrypick進行維護工作

we do that for all things related to my company now

alfter merge to develop we must add the same changes to maintenance branch

git checkout release/3.0.x

SAP Spartacus的double maintenance -使用Cherrypick進行維護工作

具體方法

git pull

git checkout -b feature/GH-10618-m

git cherry-pick 936cf548be9b07900af9bd39dfef59c7e83f36bf

git push

create pr to release/3.0.x

SAP Spartacus的double maintenance -使用Cherrypick進行維護工作