标签:修改 IV 执行 不同 pre 新建 行修改 总结 div
1、删除分支的时候一定要切换到其他分支,再执行
git branch -D <barnchName>
2、新建分支的时候,假如是不同的需求,想在master的基础上对代码进行修改,一定要切换到master,再执行
git checkout -b <branchName>
git踩坑总结
原文地址:https://www.cnblogs.com/t1amo/p/9138469.html