將提交複製到其他分支
您可以使用 git cherry-pick 指令將現有提交從另一個分支複製到儲存庫中的目前分支。
Cherry-picking 可以讓您:
- 將提交從錯誤的分支移動到正確的分支。
- 根據另一個分支的現有提交,為當前分支新增提交。
Project and code management together.
您可以使用 git cherry-pick 指令將現有提交從另一個分支複製到儲存庫中的目前分支。
Cherry-picking 可以讓您:
Learn with Nulab to bring your best ideas to life