How to install Gitflow under Windows

Source: Internet
Author: User

Git flow is an extension set for Git that is based on the branching model of Vincent Driessen, which can be used to simplify the release process of code.

This article describes how to install git flow for msysgit.

Download Getopt.exe

Getopt.exe Download Link: http://downloads.sourceforge.net/gnuwin32/util-linux-ng-2.14.1-bin.zip

Unzip, go to the bin directory, copy the Getopt.exe file into your git installation directory, for example,D:\Program Files (x86)\Git\bin

Download Libintl3.dll

Libintl3.dll Download Link: http://gnuwin32.sourceforge.net/downlinks/libintl-bin-zip.php

Unzip, go to the bin directory, copy the Libintl3.dll file to your git installation directory.

Download Libiconv2.dll

Libiconv2.dll Download Link: http://gnuwin32.sourceforge.net/downlinks/libiconv-bin-zip.php

Unzip, go to the bin directory, copy the Libiconv2.dll file to your git installation directory.

Get the code for GIT flow

Open git bash and enter the following command:

git clone-–recursive git://github.com/nvie/gitflow.git

Install script to run git flow

Open the CMD for Windows (you may need Administrator privileges), enter the Git flow code directory above, and type the following command:

CD Gitflow

CD contrib
msysgit-install.cmd [git installation directory]

For example

Msysgit-install.cmd "D:\Program Files (x86) \git"

Wait patiently for the execution to finish.

Verifying the installation

Open git bash, enter

git flow

If you see the following

Indicates that the installation was successful.

Reprint Address: Http://blog.csdn.net/lihao21

How to install Gitflow under Windows

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.