ios - Adding Git Repository to XCode project after creation -
my question quite simple. have xcode project, , did not select "create git repository" option. use git within xcode, because seems apple simplified process of using git within xcode don't have deal command line tool.
however, don't see option add git repository. "source control" menu grayed-out. surely there way add one?
it wouldn't make sense me couldn't add 1 - seem huge hole in features of xcode.
i agree assumption. feature missing.
but can shell following instructions
http://git-scm.com/book/en/git-basics-getting-a-git-repository
do in main directory of project.
basically need run line
$ git init
and git local rep ready. use xcode on
Comments
Post a Comment