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.

What's the reason for using a "develop" branch?

See original GitHub issue

Curious why we are calling it “develop” and not just using “master” since this is our own repository and not a fork.

I think the name itself is kind of trivial, but remembering to git checkout develop instead of master feels like an unnecessary cognitive overhead to remember. I’m just curious if there’s a specific reason for this, or plans to change it to master at some point?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:11 (11 by maintainers)

github_iconTop GitHub Comments

1reaction
chrisjsewellcommented, Feb 14, 2020

Ok well I’m not going to go down that hole of transitioning today. I imagine/hope that you can just delete the master branch and rename the develop branch to master

0reactions
choldgrafcommented, Mar 4, 2020

@chrisjsewell nice compromise, I like the idea 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Why need Develop Branch in GitFlow - Stack Overflow
We consider origin/develop to be the main branch where the source code of HEAD always reflects a state with the latest delivered development...
Read more >
git - The trend of the "develop" branch going away
The main reason we abandoned the develop branch is because it tended to get too large and too time consuming to see what...
Read more >
What's the point of creating dev branch in git, when we ... - Quora
The develop branch is the heartbeat of the project. It is always up to date. It is the reference with respect to which...
Read more >
Is there really a need for a develop branch? : r/git - Reddit
It is faster, easier, and better organized to have a separate master and dev branch making it more difficult for someone to screw...
Read more >
Gitflow Workflow | Atlassian Git Tutorial
But, instead of branching off of main , feature branches use develop as their parent branch. When a feature is complete, it gets...
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