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.63k stars 2.66k forks source link

Manual instructions in wiki retrieves 'develop' branch #6354

Open kwwall opened 8 years ago

kwwall commented 8 years ago

The manual instructions for downloading and installing gitflow as discussed in the wiki at https://github.com/nvie/gitflow/wiki/Manual-installation retrieves the 'develop' branch rather than the last production branch from 'master'.

Is that intended? A lot of times development branches are too unstable to be used for production purposes. I don't know if that is the case here (for gitflow) or not.

So, if the intent was to have people install and use the 'develop' branch nothing to do here (except maybe to clarify that AS the intent in the wiki page). If the intent was to have them download the last production version from 'master', then the instructions need some minor revisions.