1 GIT创建Develop分支: git checkout -b develop master
2 将Develop分支发布到Master:
2/1首先: git checout master
2/2然后: git merge --no-ff develop (禁用快速合并)