1.新建一个文件hosts.txt commit上去,这样就能找到master

2.git branch    存在master

3.git branch develop 新建分支

4.git checkout develop 切换分支

相关文章: