Git基础操做:删除本地分支、删除远程分支、建立本地分支

分支操做 删除本地分支 命令: git branch -d develop 实战: $ git branch -d develop error: Cannot delete branch 'develop' checked out at '/Users/xxx/work/git/xxx-server' $ git checkout feature/gantt20180830 Switched to
相关文章
相关标签/搜索