Make develop the default branch
See original GitHub issueI think we should make the develop
the default branch (or switch to master being the development branch altogether).
When users arrive at the repo, they should see the latest code on the main branch, not some other branch. For instance, users would typically make decisions as to how much the project is maintained by looking at commit log, without getting into much detail about the branching model. Similarly PRs will be made against the default branch (e.g. https://github.com/GeoStat-Framework/PyKrige/pull/147) which is the wrong branch currently.
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
Changing the default branch - GitHub Docs
Under your repository name, click Settings. ... Under "Default branch", to the right of the default branch name, click . ... Use the...
Read more >How to change git default branch from master
In Github, go to settings -> branches. You can change the default branch there. That's it ...
Read more >Change from master to a new default branch git - Stack Overflow
On GitHub, navigate to the main page of the repository. · Under your repository name, click ⚙︎Settings. · In the left menu, click...
Read more >Default branch - GitLab Docs
Change the default branch name for a project · On the top bar, select Main menu > Projects and find your project. ·...
Read more >5 steps to change GitHub default branch from master to main
Step 1 - Move the master branch to 'main' · Step 2 - Push 'main' to remote repo · Step 3 - Point...
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 Free
Top 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
That is why the
1.5.x
branch exists. The develop branch should hold the development for thev2
version in the future#212 solved this now.