I have a Xcode 4 project, and when I opened it in the first time I did checked the “create a local respo for the project…”. I also have a repo in GitHub. How to upload the files from my computer to the repo in github?
Thanks.
I have a Xcode 4 project, and when I opened it in the first
Share
http://help.github.com/create-a-repo/
initialize your local folder as a git repo:
stage your local files in the repo
commit your code to the repo
tell git about your remote repo
push your local master branch to the “origin” remote repo