nvie / gitflow

Git extensions to provide high-level repository operations for Vincent Driessen's branching model.
http://nvie.com/posts/a-successful-git-branching-model/
Other
26.6k stars 2.66k forks source link

install manually (windows) #6406

Open mittalyashu opened 6 years ago

mittalyashu commented 6 years ago

I think sudo commands don't work in windows, so how to install git-flow on windows manually?

image

fredheidrich commented 5 years ago

Manually would entail you're on your own. You can use cygwin, have admin privileges and skip the sudo.

You can also use another POSIX environment like msys for mingw.

Point is that these instructions are not for cmd.exe in vanilla windows.

Maybe that help screen should be split in manual instructions for windows/linux?