Re: Xcode - AN APPLE OPPORTUNITY!
Re: Xcode - AN APPLE OPPORTUNITY!
- Subject: Re: Xcode - AN APPLE OPPORTUNITY!
- From: Matt Neuburg <email@hidden>
- Date: Sat, 03 Mar 2012 17:07:26 -0800
On Sat, 03 Mar 2012 13:15:06 +0100, email@hidden (Stefan Haller) said:
>When I'm doing an interactive rebase in the terminal, it will
>sometimes fail in the middle because Xcode somehow locks git's index, or
>something. I always have to remember to close the Xcode project before I
>do an interactive rebase. Very annoying.
>
>I never use Xcode's builtin git support for anything, I don't care about
>it, but I don't want it to interfere with my command-line usage of git.
Agreed. A simpler case: Create a new file in the project; Xcode automatically adds it to the git staged index. This is wrong. The whole point of the way git works is that I get to decide what gets staged (to go into the next commit). I have to quit Xcode and do a git reset, so that I can construct the staged index the way *I* want it.
It would be great to be able to turn off Xcode's interference with the git status of files (since, like Stefan, I can do far more at the command line) while still being able to take advantage of the versions viewer. m.
--
matt neuburg, phd = email@hidden, <http://www.apeth.net/matt/>
A fool + a tool + an autorelease pool = cool!
Programming iOS 5! http://shop.oreilly.com/product/0636920023562.do
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden