-
-
Notifications
You must be signed in to change notification settings - Fork 198
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
Delete unused branches #759
Comments
Thanks for opening this issue!
|
@mtrezza The master Then I create releases from the master's code versions. This is the flow I've been working on in git. I don't know the If the merge was not done, it is out of date. If possible, keep the branch for a while to compare the code that has changed and evaluate the rewrite and a new PR. |
|
I'll have a look at it in a few hours. |
Great, thanks, I'll go ahead and remove all branches except for |
New Feature / Enhancement Checklist
Current Limitation
As we are moving to our org wide branch model as part of #668, let's delete the unused branches.
Feature / Enhancement Description
The goal is to remove all branches except for
master
. I already deleted the release branchesrelease/...
which only served to prepare the releases it seems. The tags are still here to point to the releases.What about these branches:
I assume
developement
was used to merge features before merging them intomaster
. The branch doesn't seem necessary anymore and it shouldn't contain any code that isn't also inmaster
. If someone can confirm this, I'll go ahead and delete it. We are directly merging intomaster
for now - in absence of a pre-release strategy, which makes most sense once we have fully automated releases, see #668.The
batch_saving
branch looks like it should be a PR, but it's also an old branch from 2020. Can anyone confirm whether this feature has already been merged, has become obsolete, or the branch code should be preserved for future development? In the latter case, does anyone want to pick this up? Is there a related issue?Example Use Case
n/a
Alternatives / Workarounds
n/a
The text was updated successfully, but these errors were encountered: