Custom command to edit selected commit #3737
Unanswered
enzosterro
asked this question in
Q&A
Replies: 1 comment
-
does this help?
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I'm trying a custom command so that I can select a commit, press control-e and it will start the interactive rebase, reset the commit to HEAD and give control back to lazygit. The problem is that it runs the command indefinitely, I think because the command itself spawns a new process waiting for user input.
Here is the command
I would appreciate any advice. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions