如何使用GitFlow Visual Studio插件 [英] How to use GitFlow Visual Studio plugin

查看:118
本文介绍了如何使用GitFlow Visual Studio插件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

以下是一些日志:

运行git flow init -f
Running git flow init -f

推荐答案

您好piticb,

Hi piticb,

您在上面提供的日志是初始化选项的日志。

The log you provided above is the log of initialize option.

我认为您当前分支有点太多了。你需要永久开发和掌握分支,在你的情况下,我认为开发和掌握两个分支就足够了。当您初始化GitFlow的回购时,它将为Feature,Release,
等分支创建前缀。  

I think your current branch is a little too much. You need permanent development and master branches, in your case, I think dev and master two branches are enough. When you initialize the repo for GitFlow, it will create prefixes for Feature, Release, etc. branches.  

成功初始化后,您会看到此图片,您可以选择自己的操作,如果您选择启动功能,则会创建一个本地功能分支:

After successful initialization, you will see this image, you could choose your action, if you choose Start Feature, it will create a local feature branch:

完成后该功能,将您的更改推送到远程服务器,选择完成功能(您可以选择删除本地分支和远程分支) 功能分支将自动合并到您的开发分支中:

After you finish the feature, push your changes to the remote server, choose Finish Feature( you could choose delete local branch and remote branch) the Feature branch will merge to your development branch automatically :

有关"GitFlow"的更多信息,请参考以下链接:

For more information about "GitFlow", please refer to the link below:

http ://blog.ehn.nu/2015/02/introducing-gitflow-for-visual-studio/

最好的问候


这篇关于如何使用GitFlow Visual Studio插件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆