git stash
git checkout 你的分支名
git stash pop
如果你已经commit了 在1步骤之前先执行撤回操作 git reset HEAD^
git reset HEAD^