Search code examples
objective-cxcodegitxcode4

git log --follow to show on XCode


I just moved files on my xcode project and trying to preserve the commit history. And it works via git --follow but not when just doing git log and XCode doesn't capture this. What is the best way to make this work?


Solution

  • Use git from the command line.