Replies: 1 comment 3 replies
-
Have you tried the existing We also recently merged a new
|
Beta Was this translation helpful? Give feedback.
3 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.
-
There's many cases when iterating on a stack of commits that I want to make changes to the commits further up the stack. In these cases, when I run
git fixup
orgit commit --amend
, it would be really handy if it could automatically rungit restack
for me, so I don't need to run the second command every time.Maybe add this as an optional feature via
git config branchless.restack.automatic
or similar?Beta Was this translation helpful? Give feedback.
All reactions