Replies: 4 comments
-
Right now the best you can do is to hit "e" on the selected commit, and then keep pressing up-arrow and "f" to change all the "pick" lines into "fixup", until you are at the top of the branch. Then hit "m", enter to continue the rebase. Kind of painful if you have hundreds of commits to squash, but hopefully your branches aren't that long. 😄 |
Beta Was this translation helpful? Give feedback.
-
Is still no way of doing this? I want to locate all the commits I want to merge into one, hit the keymap and get a prompt for the final commit message. Is this not possible? |
Beta Was this translation helpful? Give feedback.
-
I think this issue if resolved will also cover this use case |
Beta Was this translation helpful? Give feedback.
-
Yes, it looks like that
…On Wed, May 17, 2023 at 8:47 AM Andrew Savinykh ***@***.***> wrote:
I think this issue <#2249>
if resolved will also cover this use case
—
Reply to this email directly, view it on GitHub
<#2440 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AARKJWIK7N4Q4JQFPP2OJC3XGRX7JANCNFSM6AAAAAAUZKB5Z4>
.
You are receiving this because you commented.Message ID:
***@***.***>
--
---
https://danielorodriguez.com
|
Beta Was this translation helpful? Give feedback.
-
I know there's a way to squash all
!fixup
commits inlazygit
above selected commit but is there a way to squash all commits above selected commit?Somewhat related to #1160
Beta Was this translation helpful? Give feedback.
All reactions