Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我只是在我的 xcode 项目中移动了文件并试图保留提交历史。它可以通过git --follow但不是仅在执行 git log 并且 XCode 没有捕获这一点时起作用。完成这项工作的最佳方法是什么?
git --follow
从命令行使用 git。
我也注意到了这个问题。从 Xcode 5.1 Beta 3 开始,它似乎已修复。