Git小贴士
作者:互联网
Git小贴士:解决一个git pull error
问题描述
error: The following untracked working tree files would be overwritten by merge…
解决方案
git reset --hard HEAD
git clean -f -d
git pull
参考
[1] http://blog.chinaunix.net/uid-10415985-id-4142896.html
标签:pull,git,解决方案,小贴士,Git,error 来源: https://blog.csdn.net/weixin_43983674/article/details/119302504