fork-dev / TrackerWin

Bug and issue tracker for Fork for Windows
461 stars 10 forks source link

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

Open kapsiR opened 3 hours ago

kapsiR commented 3 hours ago

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:

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

DanPristupov commented 3 hours ago

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 commented 3 hours ago

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