📌  相关文章
📜  错误:无法提取,因为您有未合并的文件. - Shell-Bash 代码示例

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

代码示例1
git reset --hard HEAD

If you dont want to merge the changes and still want to update your local then run:
This will reset your local with HEAD and then pull your remote using git pull.