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