You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.
Although gh-pages branches aren't really part of the original Gitflow model, they are a special type of branch that we end up dealing with when working with GitHub.
Hubflow needs to support the gh-pages branch:
Support creating it on request
Treat it as another 'master' branch
Support a 'develop-doc' branch for pending doc changes
Support creating 'feature-doc' branches
Support creating corresponding 'doc' branches for features
Support creating corresponding 'doc' branches for releases
Support creating corresponding 'doc' branches for hotfixes
Main challenge will be to get the right balance between ease of use and how well it works in a multi-team environment.
The text was updated successfully, but these errors were encountered:
Although gh-pages branches aren't really part of the original Gitflow model, they are a special type of branch that we end up dealing with when working with GitHub.
Hubflow needs to support the gh-pages branch:
Main challenge will be to get the right balance between ease of use and how well it works in a multi-team environment.
The text was updated successfully, but these errors were encountered: