赞
踩
1、git rebase
error: cannot rebase: You have untaged changes.
error:Please commit or stash them.
2、git stash
3、git pull --rebase
4、git push origin HEAD:refs/for/master