标签:git reset res clean err error: work pull log set
不要将项目中的编译中间文件提交到git上,否则下次客户端用git pull会报类似于这样的错误:
error: Untracked working tree file ‘public/images/icon.gif‘ would be overwritten by merge.
git reset --hard HEAD git clean -f -d git pull
标签:git reset res clean err error: work pull log set
原文地址:http://www.cnblogs.com/fphuang/p/7064150.html