Reputation: 6951
I have an Xcode Project which I created without support for source control. Is there a way for me to implement it now? Thanks.
Upvotes: 0
Views: 36
Reputation: 992717
Yes, if you create a Git repository in your project directory (using the usual Git tools), then Xcode will see it and offer source control features. You may need to close and open the project first.
Upvotes: 1