如何使用 git rebase 命令
Resources:
[user] name = Peter Wang email = happypeter1983@gmail.com[core] editor = vim[alias] ci = commit -a -v co = checkout st = status br = branch throw = reset --hard HEAD throwh = reset --hard HEAD^[color] ui = true[push] default = current
git checkout -b devgit pull --rebasegit rebase -i master