git merge 和 git rebase 小结
在不用-f的前提下,想维持树的整洁,方法就是:在git push之前,先git fetch,再git rebase。
-f
git push
git fetch
git rebase