I am trying to move a file between two projects in the same git repository. In Xcode, I can move links to a new project, but as soon as I physically move or copy files to the new projects folder, git will lose the entire history of the log / fault.
On the command line, I can do git log --followit and it works, but how to do it in Xcode?
source
share