Feb 022013
Git is the weapon of choice for Huimio’s source code management.
XCode provides a mostly decent interface to the local and remote repositories.
But it never hurts to know more, a lot more, about the system: and there a free book comes in handy.
2 Responses to “Learning to git”
Sorry, the comment form is closed at this time.
One of the reasons I started enjoying programming again was git. The only proper way to use it is the command line.
True.
The XCode just provides a layer of UI sugar on top.
Whenever something goes wrong it needs to be taken care of in the shell.