git Branch切换

来源:互联网 发布:sqlserver 字段默认值 编辑:程序博客网 时间:2024/05/16 19:42
5、git branch  //查看当前分支
6、git checkout origin/custInfo -b custInfo     //将线上分支checkout到本地

7、git checkout origin/custInfo -b custInfo


https://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000