git 分支开发后合并到主干
https://www.cnblogs.com/xinmengwuheng/p/7115549.html
合并到主干后git checkout 分支
git merge origin/master //fast-ward
git push
https://www.cnblogs.com/xinmengwuheng/p/7115549.html
合并到主干后git checkout 分支
git merge origin/master //fast-ward
git push