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.

I propose all contributors to follow some Git workflow similar to Gitflow workflow. It will allow to keep master branch clean and use it for tagged releases only.

I already created a develop branch but not sure whether it should be set as base branch in repository settings. At the moment, master branch is a default (base) branch, and all pull requests proposed by other contributors are based to this branch by default. It doesn’t fit the proposed workflow and each time contributor creates a pull request he/she should set a base branch of pull request to develop manually to follow this workflow. Changing default branch from master to develop in repository settings can make develop branch a default base branch for new pull requests but only @shashwatak is able to change this branch as repo’s owner.

What do you think about this, guys?

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
ezzecommented, Nov 22, 2017

Added Contributing section to README.md.

1reaction
shashwatakcommented, Nov 17, 2017

develop is now the default branch

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Use Git and Git Workflows – a Practical Guide
Don't let this list intimidate you, we'll go step by step. Installing git and setting up a GitHub account; How to create a...
Read more >
What is a Git workflow? - GitLab
A centralized Git workflow enables all team members to make changes directly to the main branch (sometimes called the master branch or default...
Read more >
5 Different Git Workflows
The Git Flow is the most known workflow on this list. It is almost similar to the feature branch workflow. But the difference...
Read more >
Understanding the Git Workflow
Create a private branch off a public branch. · Regularly commit your work to this private branch. · Once your code is perfect,...
Read more >
Git - gitworkflows Documentation
Roughly speaking, there are two important workflows: merge and patch. The important difference is that the merge workflow can propagate full history, including ......
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