Replies: 1 comment
-
|
reporting this in the fixup issue instead |
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.
-
First off, I'm really enjoying
git-spice- it threads the needle of powerful and flexible while still allowing incremental adoption extremely well.I've been playing with the new
commit fixupcommand and noticed something surprising about the autostash behavior. Running the following:It fails with the following:
My assumption for how autostash would work in this situation is either:
The stash would be reapplied to the branch I ran
fixupon (in this casesecond)or
The stash would not be automatically applied at all, letting me control when to unstash it.
As it is you'd have to manually stash before running fixup if you have changes that span multiple branches in a stack.
Beta Was this translation helpful? Give feedback.
All reactions