标签:size git push push 笔记 创建 分支 span 远程分支 style
1. 删除远程分支:git push origin :分支名称
2. 删除本地分支:git checkout -d 分支名称
3. 创建并且切换到新建的分支:gti checkout -b 分支名称
Git 使用笔记
原文地址:https://www.cnblogs.com/taohonggou/p/8886344.html