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

[Feature Request] Ctrl+Shift+B should consider current selected branch #2351

Open
kapsiR opened this issue Oct 23, 2024 · 2 comments
Open

[Feature Request] Ctrl+Shift+B should consider current selected branch #2351

kapsiR opened this issue Oct 23, 2024 · 2 comments

Comments

@kapsiR
Copy link

kapsiR commented Oct 23, 2024

Description

Currently when using Ctrl+Shift+B, the current branch is the base branch. ("Create branch at")

It would be very cool to base the new branch off the selected branch:

  • Current branch: dev
  • Select branch main
  • Ctrl+Shift+B
  • Create Branch dialog opens with "Create branch at" main

This works already with a right click on the branch and select "New Branch"

@DanPristupov
Copy link
Contributor

This is intentional behavior. By default new branch is created on HEAD. If you want to create it on a specific commit, you must use right click, as you said.

@kapsiR
Copy link
Author

kapsiR commented Oct 23, 2024

Another way would be to be able to change the "Create Branch at" (list of branches)?

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

No branches or pull requests

2 participants