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

Remove any unnecessary branches that we won't need later. #223

Open
bnord opened this issue Jul 4, 2024 · 2 comments
Open

Remove any unnecessary branches that we won't need later. #223

bnord opened this issue Jul 4, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@bnord
Copy link
Contributor

bnord commented Jul 4, 2024

There is a dev branch and two deprecated branches. Do we need those?

@bnord bnord added the bug Something isn't working label Jul 4, 2024
@samueldmcdermott
Copy link
Contributor

for the deprecated branches -- I think @evavagiakis wanted to keep them since they initiated work on some problems of future interest. One solution could be to close them now and reopen them later if needed (I believe it's always possible to reopen branches).

regarding dev: we're (mostly) following https://nvie.com/posts/a-successful-git-branching-model/ so we are using dev for development and pushing to main less frequently than otherwise. It's intended to increase reliability. I thought we had agreed on this model but we can drop dev if you feel strongly @bnord

@samueldmcdermott
Copy link
Contributor

update to add that I was incorrect above about reopening branches -- that is not possible in general, and once we close them the only way to recover will be to return to their final commits. One possible suggestion is therefore to push a final commit to each branch that is easy to search in history for (add some documentation describing what they do to their readme files, for example) and then delete

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants