text git reset staging to commit origin

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text git reset staging to commit origin相关的知识,希望对你有一定的参考价值。

git checkout staging
git reset 6b98ca3347f827fbfeb694fe32e281bacce30c58
git fetch --prune
git push -f
git rebase LUX-****

以上是关于text git reset staging to commit origin的主要内容,如果未能解决你的问题,请参考以下文章

“git rm --cached”、“git restore --staged”和“git reset”有啥区别

git reset总结

git stage 与git add 有啥区别

63.Git Reset 详解版本回滚的三种模式

Git之深入解析常用命令速查大全与Reset模式分析

stage 和 unstage在git的区别