首页 技术 正文
技术 2022年11月10日
0 收藏 422 点赞 2,756 浏览 831 个字

Git flow是git的一个扩展集,它基于Vincent Driessen的分支模型,可以用来简化代码的版本发布流程。

本文讲述如何为msysgit安装git flow。

下载getopt.exe

getopt.exe的下载链接:http://downloads.sourceforge.net/gnuwin32/util-linux-ng-2.14.1-bin.zip

解压,进入bin目录,复制其中的getopt.exe文件到你的git安装目录,例如,D:\Program Files (x86)\Git\bin

下载libintl3.dll

libintl3.dll下载链接:http://gnuwin32.sourceforge.net/downlinks/libintl-bin-zip.php

解压,进入bin目录,复制libintl3.dll文件到你的git安装目录。

下载libiconv2.dll

libiconv2.dll下载链接:http://gnuwin32.sourceforge.net/downlinks/libiconv-bin-zip.php

解压,进入bin目录,复制libiconv2.dll文件到你的git安装目录。

获取git flow的代码

打开git bash,输入以下命令:

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

运行git flow的安装脚本

打开windows的cmd(可能需要管理员权限),进入上面的git flow代码目录,键入以下命令:

cd gitflow

cd contrib
msysgit-install.cmd [git的安装目录]

例如,

msysgit-install.cmd “D:\Program Files (x86)\Git”

耐心等待执行完毕。

验证安装

打开git bash,输入

git flow

如果显示以下
gitflow 在windows下的安装方法
说明安装成功。

转载地址:http://blog.csdn.net/lihao21

相关推荐
python开发_常用的python模块及安装方法
adodb:我们领导推荐的数据库连接组件bsddb3:BerkeleyDB的连接组件Cheetah-1.0:我比较喜欢这个版本的cheeta…
日期:2022-11-24 点赞:878 阅读:9,078
Educational Codeforces Round 11 C. Hard Process 二分
C. Hard Process题目连接:http://www.codeforces.com/contest/660/problem/CDes…
日期:2022-11-24 点赞:807 阅读:5,553
下载Ubuntn 17.04 内核源代码
zengkefu@server1:/usr/src$ uname -aLinux server1 4.10.0-19-generic #21…
日期:2022-11-24 点赞:569 阅读:6,402
可用Active Desktop Calendar V7.86 注册码序列号
可用Active Desktop Calendar V7.86 注册码序列号Name: www.greendown.cn Code: &nb…
日期:2022-11-24 点赞:733 阅读:6,177
Android调用系统相机、自定义相机、处理大图片
Android调用系统相机和自定义相机实例本博文主要是介绍了android上使用相机进行拍照并显示的两种方式,并且由于涉及到要把拍到的照片显…
日期:2022-11-24 点赞:512 阅读:7,814
Struts的使用
一、Struts2的获取  Struts的官方网站为:http://struts.apache.org/  下载完Struts2的jar包,…
日期:2022-11-24 点赞:671 阅读:4,898