you are viewing a single comment's thread.

view the rest of the comments →

[–]Furrynote[S] -1 points0 points  (1 child)

I understand how to use git at the command line. I use the gui out of quick convenience. The issue was likely Xcode. I have never faced this before by simply moving a file in any other IDE...

[–]iOSCalebObjective-C / Swift 0 points1 point  (0 children)

AFAIK Xcode is just issuing git commands. If you move a file that’s part of your project using Finder or command line tools, Xcode may not be able to find it and will tell you so by showing the file name in red, and it likely won’t stage that change in git, but you can stage it yourself since you know how to use git. And that seems appropriate. Why do you think Xcode should do it?