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
Post a Comment