git pull origin xx 提示有 untracked files,报错如同所示
这个错误的意思是:Git 发现你的工作目录中有一个未跟踪(untracked)的文件 app/xx.php,而远程 develop 分支上也有
2025-05-23