Removing source control repository from specific Xcode project

Hi,

I added local source control for a project and I want to remove it how to do that ? disabling source control from Xcode settings will hide source control from other projects which I don't want, just removing this specific project from source control and deleting the repository .

Kindest Regards

Accepted Reply

There is a hidden folder named .gitin your project folder that contains the git repository. Move that folder to the trash to remove the repository for the project.

Press Cmd-Shift-Dot in the Finder to show hidden files and folders so you can remove the .git folder inside the project folder.

Add a Comment

Replies

There is a hidden folder named .gitin your project folder that contains the git repository. Move that folder to the trash to remove the repository for the project.

Press Cmd-Shift-Dot in the Finder to show hidden files and folders so you can remove the .git folder inside the project folder.

Add a Comment