1.打开Mac终端

iOS项目提交Git远程服务器

2.cd 文件夹

 cd ......

3.git init

4.git add .

5.git commit

6.git remote add ...(远程服务器地址)

7.git push -u origin master

 

 

相关文章:

  • 2021-06-04
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-01-19
  • 2022-03-03
  • 2022-12-23
  • 2021-08-13
  • 2021-08-18
  • 2021-11-18
相关资源
相似解决方案