git-flow-cheatsheet 有关git flow用法的速查表,请访问 GIT流 Git扩展为Vincent Driessen的分支模型提供了高级存储库操作。 在里面: $ git flow init GITHUB上的远程开发人员: $ git push origin develop 特征: 从开发分支开始用于开发新功能。 合并回developer分支,等待适当数量的功能发布,然后再发布它。 $ git flow feature $ git flow feature start $ git flow feature finish usage: