Git stream command error: "stream" is not a git command

I am very new to Git and am starting to learn the command line version. I believe my Git thread is not installed correctly. I run this from a computer.

When I run the following command:

git flow feature start JamesTest

I get the following error:

git: 'flow' is not a git command. See 'git --help'
Did you mean any of them?

It seems that the git thread command is not recognized from all paths? How to fix it?

+4
source share
2 answers

Git, but no gitflow. Gitflow is an extension of Git and must be installed separately.

GitHub, ;)

+10

Git Flow Windows, ( )

  • Git

    git clone --recursive git://github.com/nvie/gitflow.git
    
  • getopt getopt.exe , Git (- C:\Programs\Git\bin)

  • , - Git (-, C:\Programs\Git). bin .

    contrib\msysgit-install.cmd "C:\Programs\Git"
    

. , git flow

+2

All Articles