2020年11月27日
摘要: 转载:https://www.cnblogs.com/luosongchao/p/3408365.html git branch -a 查看所有分支 git push origin --delete itest 删除远程分支 git branch -d itest 删除本地分支 阅读全文
posted @ 2020-11-27 14:07 该用户很懒 阅读(136) 评论(0) 推荐(0) 编辑