Skip to content

87 deactivate the current branch when creating a new one #185

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

Closed
wants to merge 1 commit into from

Conversation

arthanson
Copy link
Contributor

Fixes: #87

I wasn't sure if this was overkill, it looks like we could just always switch the root branch when modifying but wanted to keep this just for creation.

@arthanson arthanson marked this pull request as ready for review December 3, 2024 23:36
Copy link
Contributor

@jeremystretch jeremystretch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I worry about silently deactivating the branch, as it may be confusing to the user. IMO we should log a message to the user indicating that the branch has been deactivated.

@jeremystretch jeremystretch changed the base branch from develop to main January 22, 2025 15:11
@jeremystretch
Copy link
Contributor

Closing this in favor of #208 (which removes the error messages).

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

Successfully merging this pull request may close these issues.

The current branch (if any) should be deactivated when attempting to create a new branch
2 participants