2011-06-12 @ taobaogit
對於本地頻繁commit後, 提交gerrit進行code review會出現一個太過細節現象, 尤爲是一些代碼的反覆修改其實能夠不用展示出來.shell
能夠經過如下笨辦法來合併全部的本地commits:spa
git pull update git checkout -b fix-xxx git commit -am "fix xxx" git chekcout master git merge --squash fix-xxx git commit -am "fix xxx" git push update