@@ -37,6 +37,10 @@ installer, which can be run using the following command:
...
@@ -37,6 +37,10 @@ installer, which can be run using the following command:
$ wget --no-check-certificate -q -O - https://github.com/nvie/gitflow/raw/develop/contrib/gitflow-installer.sh | sudo sh
$ wget --no-check-certificate -q -O - https://github.com/nvie/gitflow/raw/develop/contrib/gitflow-installer.sh | sudo sh
### Windows
### Windows
For Windows users, [msysgit](http://code.google.com/p/msysgit/) is a good
starting place for installing git.
#### Using Cygwin
#### Using Cygwin
For Windows users who wish to use the automated install, it is suggested that you install [Cygwin](http://www.cygwin.com/)
For Windows users who wish to use the automated install, it is suggested that you install [Cygwin](http://www.cygwin.com/)
first to install tools like `git`, `util-linux` and `wget` (with those three being packages that can be selected
first to install tools like `git`, `util-linux` and `wget` (with those three being packages that can be selected
...
@@ -44,32 +48,19 @@ during installation). Then simply run this command from a Cygwin shell:
...
@@ -44,32 +48,19 @@ during installation). Then simply run this command from a Cygwin shell:
$ wget -q -O - https://github.com/nvie/gitflow/raw/develop/contrib/gitflow-installer.sh | sh
$ wget -q -O - https://github.com/nvie/gitflow/raw/develop/contrib/gitflow-installer.sh | sh
#### Using msysgit
#### Using [msysgit](http://code.google.com/p/msysgit/)
This is much like the manual installation below, but there are additional steps required to install some extra tools that
Download and install `getopt.exe` from the [util-linux package](http://gnuwin32.sourceforge.net/packages/util-linux-ng.htm) into `C:\Program Files\Git\bin`. (Only `getopt.exe`, the others util-linux files are not used).
are not distributed with [msysgit](http://code.google.com/p/msysgit/).