How to create a Git repository and commit projects in Xcode. tiantian_cool 2023-06-27 75 阅读1分钟 1 First, associate your Xcode with a Git account and set the SSH Key to None. 2 Then, go to Git settings to set up a token. 3 Commit the code. 4 Create a Git project. - remote 5 Create a branch. 6 Merge the branches.