(1)使用命令git branch -a 查看所有分支, 其中,remote/origin/master表示的是远程分支
(2) git branch -d branch*** 可以删除本地分支(在主分支中)
(3) git branch -D master
(1)使用命令git branch -a 查看所有分支, 其中,remote/origin/master表示的是远程分支
(2) git branch -d branch*** 可以删除本地分支(在主分支中)
(3) git branch -D master
本文标题:git 命令
本文链接:https://www.haomeiwen.com/subject/rhgacctx.html
网友评论