git pull提示The following untracked working tree files would be overwritten by
解决:
git fech origin
git clean -f
git reset --hard origin/master
展开
评论