Re: Xcode and Git
Re: Xcode and Git
- Subject: Re: Xcode and Git
- From: email@hidden
- Date: Thu, 03 Apr 2014 18:06:53 -0400
On Apr 1, 2014, at 2:31 PM, William Squires <email@hidden> wrote:
>
> On Apr 1, 2014, at 12:12 PM, Joar Wingfors <email@hidden> wrote:
>
>> That would be the path to the folder containing the first project, because that's where the ".git" directory is at.
>>
> Except that I don't see any .git files in the project directory, nor any subdirectories thereof. If I load the project in Xcode, though, I can see it's still under version control, so I would say offhand that it does have a repository somewhere...
>
> (Xcode 5.1 on OS X 10.8.5)
I would work your way up the directory tree from the project folder until you find the .git directory. I don’t know how much Unix you know, but the .git folder will not be visible in the Finder (unless you’ve turned on hidden preferences). You may need to use the Terminal “cd” and “ls -a” flags to change into the various directories and look for the .git folder.
HTH,
Dave
>
>> That said, I'm not sure if cloning a second copy of your project from the first copy of your project would be a good thing to do. I would imagine that in such a case it would be more appropriate to set up a separate remote repository that both of your "local" project clones from / pushes to.
>>
>> Joar
>>
>>
>> On 1 apr 2014, at 10:00, William Squires <email@hidden> wrote:
>>
>>> Okay, let's say I have a project that's at a good "stopping point", so I commit it to my local Git repository. I now want to check out the project into a new folder. In Xcode (5.1) I can go to Source Control | Check Out..., but what's the path to the local repository for the project, so I can specify it in the "Check Out..." dialog?
>>>
>>>
>>> _______________________________________________
>>> 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
>>
>
>
> _______________________________________________
> 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
_______________________________________________
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