git 分支

1.git branch 查看分支

2.git branch version1.0 创建version1.0的分支,创建完后我们会看到master上有*,这个代表我们在master的分支上

3.git checkout master合并操作

原文地址:https://www.cnblogs.com/lyl123/p/7217686.html