📌  相关文章
📜  如何将本地创建的提交推送到 git 中的另一个分支 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:35.655000             🧑  作者: Mango

代码示例1
With Git Extensions you can do something like this:
(Create if not existing and) checkout new branch, where you want to push your commit.
Select the commit from the history, which should get commited & pushed to this branch.
Right click and select Cherry pick commit.
Press Cherry pick button afterwards.