Skip to content

Instantly share code, notes, and snippets.

@taylorc
Created March 25, 2013 23:15
Show Gist options
  • Select an option

  • Save taylorc/5241772 to your computer and use it in GitHub Desktop.

Select an option

Save taylorc/5241772 to your computer and use it in GitHub Desktop.
Steps to install gift flow on windows
# 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