I've run git init
and made a mistake selecting the first branch. Now I want to rerun it to change the settings, but it never asks the first question again.
Which branch should be used for bringing forth production releases? - develop Branch name for production releases: [] develop Which branch should be used for integration of the "next release"? Branch name for "next release" development: [develop] ^C Lymnaea:boxes (develop) $ git flow init Which branch should be used for integration of the "next release"? Branch name for "next release" development: [develop] Production and integration branches should differ.
How can I undo the first init run so that I can set the branch to master?
In the end I found the answer in this question. It's not entirely a duplicate, so I'll leave this here for the next person that cannot find the right keywords.
git flow init -f # will force re-initialization
If you want to do it manually, you can use git config -e
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With