git命令修改分支

一、查看当前状态git git status 二、查看当前使用分支:web git branch 三、查看远程分支:svg git branch -a 四、建立本地分支code git checkout -b dev origin/dev
相关文章
相关标签/搜索