git branch 命令查看分支、刪除遠程分支、本地分支

git branch 命令操作 1、查看本地分支 : git branch 前面帶有*號的是當前分支 2 、刪除本地分支: git branch -d [branchname] 提示刪除了一個名爲list的本地分支 3、刪除遠程分支: git push origin --delete [branchname] 提示刪除了一個名爲 201804019-test-files 的分支, 注意: 在刪除遠
相關文章
相關標籤/搜索