📌  相关文章
📜  将本地分支重置为远程 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:19.630000             🧑  作者: Mango

代码示例4
git reset --hard origin/master; git commit -m 'reset to remote';git push --force local dev