8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
force
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for forcibly resetting gitflow branch configuration, allowing users to reconfigure git-flow branches even when they're already set up.
--force
git flow init
--no-force
git flow init [-f | --force | --no-force] [other existing options]
The text was updated successfully, but these errors were encountered:
-f, --[no-][no]force Force setting of gitflow branches, even if already configured
Sorry, something went wrong.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Add support for forcibly resetting gitflow branch configuration, allowing users to reconfigure git-flow branches even when they're already set up.
--force
option for thegit flow init
command--force
is specified--force
) and negative (--no-force
) variants--force
: Override existing configuration and prompt for new branch settings--no-force
: Maintain existing behavior (don't override if already configured)The text was updated successfully, but these errors were encountered: