#Git
rm -rf .git git init git add . git commit
git rebase --root -i
在弹出的编辑页面中,将commit 信息前的 pick 改成 squash 。
( 本文完 )