Replies: 1 comment 1 reply
-
No, this wouldn't be a good idea. I often need to preserve fixups for a while (because I want my reviewers to see them), but I still want to be able to do an interactive rebase, e.g. in order to test whether a given commit builds cleanly. It would be very annoying if every interactive rebase would automatically squash fixups. Squashing fixups is very easy to do using the shift-S command. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
AFAIK currently when doing a interactive rebase having a fixup! commit will set by default as
pick
but it would be nice and straightforward to handle it directly as afixup
one.Beta Was this translation helpful? Give feedback.
All reactions