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

Answered by szymczyk in 776744022

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.

Accepted Answer

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.

Removing source control repository from specific Xcode project
 
 
Q