My Xcode project is on git, but I don't like the XCode git integration and sometime, I have errors coming from Xcode
So I would like to completely remove that feature of XCode. I tried to remove the repository in Organizer->Repository (but after a while, it comes up again).
Any idea?
Xcode will create your new project along with a new Git repository. All source control systems, including Git, store their data into a repository so that they can manage your project versions and keep track of changes throughout the development cycle. Think of a repository as a database for versions.
Xcode creates your project in the folder you specify, initializes a local Git source control repository for your project, and commits all the files that it creates for your project in an initial commit. For more information, see Creating an Xcode project for an app.
To compare changes in one source file, open the file and click the Enable Code Review button in the upper-right corner of the Xcode window. The comparison view highlights changes between the current source code and the most recent commit.
It's unsupported, but it has appeared to work fine for me in the past:
Xcode.app/Contents/Plugins/IDEGit.ideplugin
or change the bundle's extension.This disables the extension which provides git support in Xcode. You can still use Git for version control -- just not in Xcode.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With