Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialErrin E. Johnson
22,458 PointsIs there an update link, to installing git flow package, or can we continue to use the same link.
I have the version 1.9.5 git bash and will the version of installation of git flow be OK with my current version of git bash
1 Answer
Todd MacIntyre
12,248 PointsErrin, my version of git bash included gitflow with it - no additional downloads necessary. I am using git version 2.7.1.windows.1
It looks like you are using an older version of git bash. I might suggest downloading this newer version and giving it a try.
rtrind
6,358 Pointsrtrind
6,358 PointsI followed the instructions to the letter and it's still working, with minor changes along the way. I took notes of the steps if anyone wants to follow along on a single step by step process...
$ cd /lib
$ git clone --recursive git://github.com/nvie/gitflow.git
$ cd gitflow
$ cmd .
gitflow> contrib\msysgit-install.cmd "<msysgit folder>"
gitflow> exit
Seems to be working so far, didn't test it too much...