📌  相关文章
📜  github.com 本地分支等于远程 - 任何代码示例

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

代码示例1
// Setting your branch to exactly match the remote branch can be done in two steps:
git fetch origin
git reset --hard origin/master