How To Upload Files on GitHub

前端 未结 7 1205
一整个雨季
一整个雨季 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:38

    Here are the steps (in-short), since I don't know what exactly you have done:
    1. Download and install Git on your system: http://git-scm.com/downloads
    2. Using the Git Bash (a command prompt for Git) or your system's native command prompt, set up a local git repository.
    3. Use the same console to checkout, commit, push, etc. the files on the Git.

    Hope this helps to those who come searching here.

提交回复
热议问题