This repository was archived by the owner on Oct 14, 2025. It is now read-only.
develop_branch uses origin/develop_branch as start-point if one exists.#167
Merged
nvie merged 1 commit intonvie:developfrom Nov 28, 2011
Merged
develop_branch uses origin/develop_branch as start-point if one exists.#167nvie merged 1 commit intonvie:developfrom
nvie merged 1 commit intonvie:developfrom
Conversation
Owner
|
I like this patch. Simple and useful. Implemented in the correct way. Thanks! |
This was referenced Nov 28, 2011
Contributor
Author
|
I'm glad you liked it. Cheers! |
Closed
milesibastos
pushed a commit
to milesibastos/gitflow
that referenced
this pull request
Apr 16, 2015
By setting the config gitflow.multi-hotfix to true, you can have multiple hotfix branches. Example: git config --set gitflow.multi-hotfix true Closes nvie#167
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
By default a local develop branch is created of from master regardless if a origin/develop exits. This problem is discussed in issues #137 and #23.