Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to install GitFlow for Windows

Tags:

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?

like image 561
Saad Qureshi Avatar asked Sep 02 '15 14:09

Saad Qureshi


People also ask

How do you install GitHub on Windows using CMD?

To do so, Navigate to your command prompt shell and run the following command to make sure everything is up-to-date: sudo apt-get update . To install Git, run the following command: sudo apt-get install git-all . Once the command output has completed, you can verify the installation by typing: git version .

Should I use Gitflow?

If your organization is on a monthly or quarterly release cycle and it's a team that works on multiple releases in parallel, Gitflow may be a good choice for you. If your team is a startup, or an internet-facing website or web application, where you may have multiple releases in a day; gitflow isn't good for you.


2 Answers

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

like image 108
sschuberth Avatar answered Sep 20 '22 15:09

sschuberth


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.

like image 37
Arif Avatar answered Sep 19 '22 15:09

Arif