Answer the question
In order to leave comments, you need to log in
Is it possible to do in git (squash | fixup) in different ways?
Good afternoon.
1) Is it possible to glue commits with the rebase command without going into interactive mode (without -i)?
2) Is it possible somehow with one commit command with options not to mark a commit as squash, but to immediately rebase the commit merging with the specified commit?
3) Fixup differs from squash only in that it omits the commit name?
Answer the question
In order to leave comments, you need to log in
1) stackoverflow.com/a/5190323/1016033
2) Only --amend with previous commit
3) yes
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question