Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Branching strategy #79

Closed
siennathesane opened this issue Mar 28, 2018 · 0 comments
Closed

Branching strategy #79

siennathesane opened this issue Mar 28, 2018 · 0 comments

Comments

@siennathesane
Copy link
Collaborator

I've noticed recently we've had to do a few merges and I've fixed some conflicts on my end.

Currently we're using the topic branch strategy, and I'd like to move to the long-running branch strategy. See: https://git-scm.com/book/en/v2/Git-Branching-Branching-Workflows

Using the long-running branch strategy is pretty common, and it would allow us to make and merge changes as needed for development, then we'll merge into master for production releases. The goal is to protect master a bit and not have to worry about merges or other conflicts in master. We can resolve all of that in develop (or whatever we want to call it) and then each merge into master is a new release.

Thoughts?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant