Re: Xcode 4 + git (part 3)
Re: Xcode 4 + git (part 3)
- Subject: Re: Xcode 4 + git (part 3)
- From: Jean-Daniel Dupas <email@hidden>
- Date: Thu, 24 Mar 2011 08:44:29 +0100
Le 24 mars 2011 à 03:28, Luther Baker a écrit : One thing to note.
If you include the dot star pattern in your .gitignore file, .* ... you may want to be sure and explicitly add the .gitignore file into the repository. (dot star ignores it by default).
$ git add -f .gitignore
Try it without the -f and you'll get prompted what to do as well.
Also, while it is indeed great to have native SCM support in the IDE, some of the Mac Git clients can make your life alot easier in the interim:
If you want to use GitX, you may want to try a GitX fork instead, as the main project look dead.
|
_______________________________________________
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