建立远程仓库并初始化项目
- http://git.oschina.net/下创建远程仓库
- 在桌面创建空的项目文件
- 终端进入该文件
- git clone https网址
- touch .gitignore
- 去GitHub上搜索.gitignore
- 将swift.gitignore内容拷贝到.gitignore文件中
- git add .
- git commit -m “”
- git push
- 创建Xcode项目
- 提交项目
本文标题:微博-总结
本文链接:https://www.haomeiwen.com/subject/qukzhxtx.html
网友评论