Re: source control in Xcode 5
Re: source control in Xcode 5
- Subject: Re: source control in Xcode 5
- From: Jens Alfke <email@hidden>
- Date: Mon, 04 Nov 2013 11:41:18 -0800
On Nov 4, 2013, at 11:22 AM, H Miersch < email@hidden> wrote: To get them into your repo, try committing directly from command line?
from the command line? how do i do that?
There are a lot of Git tutorials online; try searching for [git tutorial]. I haven’t used any so I don’t know which is best, but http://gitimmersion.com looks pretty cool. Even if you don’t plan on using the command line interface, you really do have to know the concepts behind Git (or other SCM) to be able to use it effectively, and a good tutorial should cover those.
Xcode’s SCM UI can be handy, but it’s still pretty limited. As a backup I recommend Atlassian's SourceTree < http://www.sourcetreeapp.com>, a very comprehensive GUI client for Git and Mercurial. I use it for about 90% of my Git needs.
But IMHO knowing the command-line interface is still extremely useful, for pretty much the same kind of reasons that using a shell is still useful for a developer.
—Jens |
_______________________________________________
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