📌  相关文章
📜  如何在 git 上返回最新版本 - Shell-Bash 代码示例

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

代码示例1
// we need to type both of them git fetch origin git reset --hard origin/master