Gittyup icon indicating copy to clipboard operation
Gittyup copied to clipboard

Show advanced by default in new branch dialog

Open drpeterfranz opened this issue 7 months ago • 3 comments

Show advanced options by default. Previously hidden, but doesn't really save screen space and is annoying for users who use this functionality twenty times a day.

drpeterfranz avatar Jul 19 '25 20:07 drpeterfranz

What is your usecase? Actually I never used the advanced options

  • Right click in the commit list. It should create the branch at that location with that name -> Why do you need to set upstream here?
  • New branch from menu -> When setting the startpoint and a name, why do you need the upstream option?

Murmele avatar Jul 30 '25 09:07 Murmele

Wouldn't this be better served with a general user setting to enable/disable showing advanced options by default, instead of a hardcoded value?

As a side-note, I suspect right clicking, checking out the upstream branch and creating a local branch from the dialogue that pops up severs the use-case here. From my POV, needing to go in the menu to create a branch specifically targetting an upstream branch is pretty niche.

AHSauge avatar Jul 31 '25 14:07 AHSauge

Use case is for new branches which have been created on github or gitlab. This is a standard workflow, I create around half a dozen branches, often more, each day this way.

New branch is created on gitlab/github. After fetch that new branch is available in the drop down list under advanced. So want this to be expanded. Not a big issue, just a bit annoying you always have to click to get there.

drpeterfranz avatar Jul 31 '25 19:07 drpeterfranz