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

branch split: Support moving active branch down #409

Closed
abhinav opened this issue Sep 16, 2024 · 1 comment
Closed

branch split: Support moving active branch down #409

abhinav opened this issue Sep 16, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@abhinav
Copy link
Owner

abhinav commented Sep 16, 2024

Given a branch X with two commits:

main --> abc --> def (X)

If we attempt to split at abc, the branch split dialog requires that abc get a name that is not X, and that X must remain at the top.
This is not always desirable. Sometimes you want:

main --> abc (X) --> def (New)

We should support this workflow with branch split.

@abhinav abhinav added the enhancement New feature or request label Sep 16, 2024
@abhinav
Copy link
Owner Author

abhinav commented Sep 16, 2024

closing in favor of #411

@abhinav abhinav closed this as completed Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant