You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im always frustrated when I have to quit gitui and fall back to command line git to do interactive rebase, ie git rebase -i <hash>
Solution
It would be very nice to have a section/option/window in gitui to do interactive rebasing in an easy way.
Example:
Move a commit up/down in the list by arrow keys + some modifier
Keyboard shortcuts for altering a commit in the list, eg pick/drop/squash/reword
Inspiration
See how lazygit is doing it, perhaps something similar would be possible to make in gitui but keeping the UI/UX clean and simple? (IMHO lazygit is too messy and I the list of keyboard shortcuts is hard to read/use/remember)
Attaching a few screenshots from lazygit's interactive rebasing:
The text was updated successfully, but these errors were encountered:
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.
Problem
Im always frustrated when I have to quit
gitui
and fall back to command line git to do interactive rebase, iegit rebase -i <hash>
Solution
It would be very nice to have a section/option/window in
gitui
to do interactive rebasing in an easy way.Example:
Inspiration
See how
lazygit
is doing it, perhaps something similar would be possible to make ingitui
but keeping the UI/UX clean and simple? (IMHOlazygit
is too messy and I the list of keyboard shortcuts is hard to read/use/remember)Attaching a few screenshots from
lazygit
's interactive rebasing:The text was updated successfully, but these errors were encountered: