How to deactivate the Xcode git feature? (remove git integration) -


my xcode project on git, don't xcode git integration , sometime, have errors coming xcode

so remove feature of xcode. tried remove repository in organizer->repository (but after while, comes again).

any idea?

it's unsupported, has appeared work fine me in past:

  • quit xcode
  • remove bundle folder: xcode.app/contents/plugins/idegit.ideplugin or change bundle's extension.
  • restart xcode

this disables extension provides git support in xcode. can still use git version control -- not in xcode.


Comments

Popular posts from this blog

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

Android Gson.fromJson error -