Below you will find pages that utilize the taxonomy term “SourceTree”
November 5, 2015
基于SourceTree 下的 Git Flow 模型
"\u003cp\u003egitflow 开发流程参考: \u003ca href=\"http://blog.haohtml.com/archives/15317\"\u003ehttp://blog.haohtml.com/archives/15317\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003e[\u003cimg src=\"https://blog--static.oss-cn-shanghai.aliyuncs.com//uploads/2023/09/git_flow.png\" alt=\"git_flow\"\u003e][1]\n\u003cstrong\u003e基于SourceTree 下的 Git Flow 模型\u003c/strong\u003e\u003c/p\u003e\n\u003col\u003e\n\u003cli\u003e\n\u003cp\u003esourceTree 是一个开源的git 图形管理工具,可下载mac版本,windows版本\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eGit Flow 是一套使用Git进行源代码管理时的一套行为规范和简化部分Git操作的工具。\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ol\u003e\n\u003cp\u003e\u003cstrong\u003e基本的操作流程\u003c/strong\u003e\u003c/p\u003e\n\u003col\u003e\n\u003cli\u003e\n\u003cp\u003e先用sourceTree 创建本地git 项目,xxxProject,\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003e在项目里面先提交一次 commit 一下,默认提交在了 master分支;\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003e然后在 sourceTree工具 右上角,点击 GitFlow,开启git Flow 规范模型的开发\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ol\u003e\n\u003cp\u003e[\u003cimg src=\"https://blog--static.oss-cn-shanghai.aliyuncs.com//uploads/2023/09/git-flow_1.png\" alt=\"git-flow_1\"\u003e][2]\u003c/p\u003e\n\u003cp\u003e如上图,在开启gitFlow 之后;\u003c/p\u003e\n\u003cp\u003e生产环境分支使用:master\u003c/p\u003e\n\u003cp\u003e开发分支使用:develop\u003c/p\u003e\n\u003cp\u003e当需要新增加功能,发布版本时,创建补丁修复bug时,分别有对应的 feature,release,hotfix前缀这样的分支\u003c/p\u003e\n\u003cp\u003e这样在项目的开发过程之中,管理项目分支就变得非常的规范了;\u003c/p\u003e\n\u003cp\u003e4:开启之后,我们的项目就回到 …\u003c/p\u003e"