git rebase <upstream-branch-name> <to-branch-name>
git rebase --skip
git rebase --abort
git rebase 的常见冲突及解决办法
原文:http://www.cnblogs.com/blackeyes/p/7636768.html