gitui icon indicating copy to clipboard operation
gitui copied to clipboard

Support pull --rebase

Open JavierL1 opened this issue 3 years ago • 1 comments

Is your feature request related to a problem? Please describe. As far as I know there is no support for the git pull --rebase command.

Describe the solution you'd like It might be a good idea to bind the shortcut ⇧f or ^f to this action.

Describe alternatives you've considered Currently I have to leave the app to execute the command manually.

JavierL1 avatar Apr 26 '22 21:04 JavierL1

if you configure your pull to be rebase by default, gitui will respect that too

extrawurst avatar Apr 27 '22 08:04 extrawurst

if you configure your pull to be rebase by default, gitui will respect that too

That is technically true but I want to +1 this issue if only because some workflows require you to be able to do both. I like to use pull --rebase to enforce linearity on certain branches but often use merge commits on long-lived non-main branches like release/support branches.

dljsjr avatar Oct 19 '22 15:10 dljsjr

This issue has been automatically marked as stale because it has not had any activity half a year. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.

stale[bot] avatar May 21 '23 11:05 stale[bot]