How To Upload Files on GitHub

前端 未结 7 1204
一整个雨季
一整个雨季 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条回答
  •  -上瘾入骨i
    2020-12-22 23:32

    To upload files to your repo without using the command-line, simply type this after your repository name in the browser:

    https://github.com/yourname/yourrepositoryname/upload/master

    and then drag and drop your files.(provided you are on github and the repository has been created beforehand)

提交回复
热议问题