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
It would be great if lazyjj would support rebasing.
How I envision this working:
On the "Logs" tab, the user can select the change which will be rebased
After doing a keymapping, a menu asking if they want to rebase the entire branch or just that change would be shown. This would map to -b or -s of the rebase command, respectively.
Once a change and method was selected, the user would scroll to select the destination, then press enter to rebase
While the rebase is happening, the source would stay highlighted, and most other actions would be disabled. Escape would cancel.
The text was updated successfully, but these errors were encountered:
It would be great if lazyjj would support rebasing.
How I envision this working:
-b
or-s
of the rebase command, respectively.While the rebase is happening, the source would stay highlighted, and most other actions would be disabled. Escape would cancel.
The text was updated successfully, but these errors were encountered: