Need a branch named "master" to convert this to a starter kit
See original GitHub issueIn order to convert this repository to a starter kit (blockchain does not have any as of this writing), it should have the following three branches:
development
: deploys todev-console.stage1.bluemix.net
(development)stage1
: deploys toconsole.stage1.bluemix.net
(staging)master
: deploys toconsole.bluemix.net
(production)
However, only the master
branch really matters (we have other ways to do development and testing, so and the production console is the only real goal). As a workaround, I’ve been planning to fork the latest branch of this repository to github.com/ibm/blockchain-marbles
, and add the starter-kit related bits there. That’s inevitably going to be confusing for downstream consumers, but it would work.
Instead, I’m hoping that you can find a way to support a master
branch on this repository (it doesn’t have to be the project’s default branch or anything, it just needs to be very stable).
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (2 by maintainers)
Top Results From Across the Web
Changing the Default Git Branch Name from master. - YouTube
In this lesson we are going to learn how to create our own starter templates for Git. For our example we'll change the...
Read more >How to change git default branch from master - Level Up Coding
There are three steps in renaming the default branch · Change the branch name · Set remote upstream tracking for the new branch...
Read more >Why GitHub renamed its master branch to main | TheServerSide
GitHub renamed the master branch to main for any Git repository, as it addresses cultural change like so many organizations that have nixed ......
Read more >How do I create a new branch in Git? - Tower Git Client
Find out about the various ways to create both local and remote branches in Git. ... existing branch, simply add that branch's name...
Read more >How to Rename the Default Git Branch and Why You'd Want To
Use this tutorial to change your default branch's name from Master to Main (or anything else).
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
@dshuffma-ibm I can help here. Here’s documentation about how git repo branches are used for starter kits and their respective deployments: https://pages.github.ibm.com/arf/codegen-dev-guide/devops/starterkits/#devops-for-real
Here’s a relevant snippet:
Here’s information about the
blueprint.json
file that would contain all the information that the starterkit pulls from: https://pages.github.ibm.com/arf/codegen-dev-guide/starters-client-side/content/#the-blueprintjson-file-in-detailThe site https://pages.github.ibm.com/arf/codegen-dev-guide has a bunch of content.
Closing because this is no longer destined to become a starter kit.