如何为 Windows 安装 GitFlow
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/32355523/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How to install GitFlow for Windows
提问by Saad Qureshi
Is there a way to install Git Flow on Windows? I tried this tutorialbut I'm unable to understand it.
有没有办法在 Windows 上安装 Git Flow?我试过这个教程,但我无法理解。
I already have Git Installed on my PC, can I use GitFlow from my current Git installation?
我已经在我的 PC 上安装了 Git,我可以从当前的 Git 安装中使用 GitFlow 吗?
回答by sschuberth
Use the recently released Git for Windows 2.5.3which now ships with git-flow
(the AVH editionof it).
使用最近发布的适用于 Windows 2.5.3 的 Git,它现在随附git-flow
(它的AVH 版本)。
回答by Arif
If you have SourcetreeORif you install Sourcetree, you can find GitFlow options there. This is one of the easiest way to use GitFlow.
如果你有Sourcetree或者如果你安装了 Sourcetree,你可以在那里找到 GitFlow 选项。这是使用 GitFlow 的最简单方法之一。
Once you active GitFlow from their (shown in the above screenshot), you can use all GitFlow commands from the terminal as well.
一旦您从他们的(如上图所示)激活 GitFlow,您也可以从终端使用所有 GitFlow 命令。