P
P
Pavel Bezrukov2014-08-07 10:46:12
git
Pavel Bezrukov, 2014-08-07 10:46:12

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 answer(s)
L
Lynn "Coffee Man", 2014-08-07
@bezrukovPS

1) stackoverflow.com/a/5190323/1016033
2) Only --amend with previous commit
3) yes

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question