Thread (3 messages) flat view 3 messages, 2 authors, 2016-06-15

Re: git rebase --interactive squash/squish/fold/rollup

From: John Tapsell <hidden>
Date: 2016-06-15 22:46:57

branch, hack, commit.
hack, commit, hack, commit
What if you used  commit --append  instead?

The trouble though of squashing all the commits into one is that it
makes it impossible to bisect later.  Are you really sure that your
final commit cannot be broken into small commits?  Ideally each commit
is small but self contained.  Squashing should be done only to fix
cases where you introduced a bug then fixed it, or to fix a partial
implementation etc.

John
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help