question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Rename 'master' branch to be 'feature/native-compile'

See original GitHub issue

Or some similar name.

The ‘master’ branch is no longer the ‘master’ branch. Instead it is really a feature branch that contains the native compile feature. As of now rel/1.0.0 is really our “master”/“develop” branch that is the main branch people should be contributing to.

We should also consider turning off Jenkins and VSO CI runs for the ‘master’ branch.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:2
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
TheRealPiotrPcommented, May 26, 2016

I crated branch feature/compile-native and deleted master.

0reactions
eerhardtcommented, May 27, 2016

Should I delete the VSO build definitions for master?

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to rename the "master" branch to "main" in Git
In the second step, we'll have to create a new branch on the remote named "main" - because Git does not allow to...
Read more >
Rename master branch for both local and remote Git ...
First, no existing checkouts will know about the rename - Git does not attempt to track branch renames. If the new master doesn't...
Read more >
How to rename the master branch to main
First thing to do is to checkout the master branch if you didn't already ... Now you can rename the local branch with...
Read more >
How to "Rename" the Master Branch to Main in Git in Azure ...
In this video, I create a new default branch named main, then update a pipeline dependent on the default branch name. Note: if...
Read more >
Easily rename your Git default branch from master to main
Go to the master branch · Rename master to main locally · Get the latest commits from the server · Remove the link...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found