1. 程式人生 > >用git rebase壓縮多個commit

用git rebase壓縮多個commit

how to squash several commits into single one. ( git rebase -i)

in comments, some one also mentioned how to divide one largecommit into several small ones.

( git --soft reset  & recommit )