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

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -