Created
November 27, 2018 11:44
-
-
Save dolt131943/54b6c235db83116f041f8ffceaa7e0f6 to your computer and use it in GitHub Desktop.
git flow always show error : git flow fatal: Not a gitflow-enabled repo yet. Please run "git flow init" first.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. use git flow init in a exists repo (already has many branches). | |
2. this command done with a message: "Production and integration branches should differ." | |
3. try use "git flow init -d" , "git flow init -f ", or poen .git/config to delete all prefix with "git flow",and retry "git flow init", .problem not resolve. | |
finally,I manual create develop branch(master already exists), and then "git flow init -f -d", then problem resolved. | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment