How To Upload Files on GitHub

前端 未结 7 1180
一整个雨季
一整个雨季 2020-12-22 23:01

I have recently downloaded GitHub and created a repository on it. I am trying to upload an Objective C project in it. How do I go about doing this?

相关标签:
7条回答
  • 2020-12-22 23:52

    Well, there really is a lot to this. I'm assuming you have an account on http://github.com/. If not, go get one.

    After that, you really can just follow their guide, its very simple and easy and the explanation is much more clear than mine: http://help.github.com/ >> http://help.github.com/mac-set-up-git/

    To answer your specific question: You upload files to github through the git push command after you have added your files you needed through git add 'files' and commmited them git commit -m "my commit messsage"

    0 讨论(0)
提交回复
热议问题