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?
source
share