67cherries
67cherries

Reputation: 6951

How to add Git Functionality to an Xcode Project

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

Answers (1)

Greg Hewgill
Greg Hewgill

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

Related Questions