git rebase -i HEAD~ 使用
git rebase -i HEAD~2error: cannot rebase: You have unstaged changes.error: Please commit or stash them.git stashSaved working directory and index state WIP on modify_funds_weight_detail: 2326c31 修改bug
·
git rebase -i HEAD~2
error: cannot rebase: You have unstaged changes.
error: Please commit or stash them.
git stash
Saved working directory and index state WIP on modify_funds_weight_detail: 2326c31 修改bug
git rebase -i HEAD~2
执行f
git push origin 分支 -f
git stash pop
更多推荐


所有评论(0)