Created
March 25, 2013 23:15
-
-
Save taylorc/5241772 to your computer and use it in GitHub Desktop.
Steps to install gift flow on windows
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # clone git flow to appropriate directory | |
| > git clone --recursive git://github.com/nvie/gitflow.git | |
| # change directory to gitflow | |
| > cd gitflow | |
| # Run the msysgit-install script with the location as a parameter. | |
| > contrib\msysgit-install.cmd "C:\Users\USER_NAME\AppData\Local\GitHub\PortableGit_8810fd5c2c79c73adcc73fd0825f3b32fdb816e7" | |
| # Note: Replace PortableGit_8810fd5c2c79c73adcc73fd0825f3b32fdb816e7 with the name of your directory; you do not need the \bin at the end. | |
| # Check that GitFlow is installed by calling the help | |
| git flow help |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment