Branch Management
See original GitHub issue@psiinon @thc202 @kingthorin @jaywon. Jason suggested in #237 that we add a “development” branch and I think its time we start to shift to a more mature branch management model.
I propose that we do the typical master
, development
, release
, hotfix-someHotfix
, feature-newFeature
, bug-someBug
paradigm. (from the classic: https://nvie.com/posts/a-successful-git-branching-model/)
Also @psiinon will be moving the HUD repo to a new location when we open source it so that we can enforce all PRs have to come from forks?
Does anybody else have thoughts? I’d like to get this established an enacted ASAP so its clean for release.
Issue Analytics
- State:
- Created 5 years ago
- Comments:11 (7 by maintainers)
Top Results From Across the Web
Branch Management - Git SCM
The git branch command does more than just create and delete branches. · Notice the * character that prefixes the master branch: it...
Read more >Branch Management Tree Services | Indianapolis Tree Service
Branch Management offers a variety of residential and commercial tree services from consulting to tree removal and every service in between.
Read more >Branch Management Corp. - Commercial ... - Roanoke
Branch Management Corp. develops, owns and leases commercial property in and around Roanoke Virginia.
Read more >Branch Management Tree Care: Home
Branch Management Tree Care serves as a leading contractor in the Orlando area. We're a team of fully-certified professionals, led by an I.S.A....
Read more >Bank Branch Management | Monster.com
Branch managers deal with everything from security issues, such as opening the vault in the morning or locking it at night, to customers...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Based on contributions in other ZAP repos that should be just a guideline IMHO (to reduce frictions), it’s not rare to see PRs done from the default branch and directly from editions in the GitHub site (also some PRs are merged without merge commit which makes the branch name irrelevant).
Sounds good to me. I’d suggest just
develop
(instead ofdevelopment
) for consistency, that’s what we are using in other ZAP repos.