📌  相关文章
📜  将提交移动到另一个分支 - TypeScript 代码示例

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

代码示例2
git checkout existingbranch
git branch newBranch
git reset --hard HEAD~2 # go back 2 commits on existingBranch