Combined split-squash command? #8013
Answered
by
scott2000
Stan-Stani
asked this question in
Q&A
-
|
Say I want to split out some changes and squash them into my previous change? Is there a better way than running split then having to manually squash that split into my target change? |
Beta Was this translation helpful? Give feedback.
Answered by
scott2000
Nov 12, 2025
Replies: 1 comment 1 reply
-
|
Does |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Stan-Stani
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Does
jj squash -i --into <target>work?