22

Is there a way to install Git Flow on Windows? I tried this tutorial but I'm unable to understand it.

I already have Git Installed on my PC, can I use GitFlow from my current Git installation?

Tunaki
  • 132,869
  • 46
  • 340
  • 423
Saad Qureshi
  • 728
  • 2
  • 7
  • 21

2 Answers2

46

Use the recently released Git for Windows 2.5.3 which now ships with git-flow (the AVH edition of it).

sschuberth
  • 28,386
  • 6
  • 101
  • 146
3

If you have Sourcetree OR if you install Sourcetree, you can find GitFlow options there. This is one of the easiest way to use GitFlow.

enter image description here

Once you active GitFlow from their (shown in the above screenshot), you can use all GitFlow commands from the terminal as well.

Arif
  • 6,094
  • 4
  • 49
  • 81