github in Xcode


How to use github(remote version control) in Xcode.
  1. Global Settings.
    1. create an account in GitHub
      1. you need to create a token here.
    2. Xcode -> Preferences -> account -> github
      1. account and toklen
      2. Xcode -> Preferences -> account -> source control
      3. set account and email
  2. Under-Project settings.
    1. check create version control when you create a project.
    2. Menu -> Source Control -> commit
    3. set a message then "commit 1 file" button will be activated.
      This is a commit for a local repository
    4. create a github repository by "source control navigator"
      1. right click remotes -> new "test_github2" remote
    5. Menu -> Source Control -> push

Go back to Computer

Since 20260402