iOS开发--提交github代码
Posted 专注it
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了iOS开发--提交github代码相关的知识,希望对你有一定的参考价值。
将的SampleTable例子提交到github
具体步骤如下:
a. 首先登陆github
b. 创建新的reponsitory
name, description
c. 打开terminal,
cd 文件夹下
d. vim README.md
编写项目简介
e.
echo "# SampleTable" >> README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/whj111/SampleTable.git
git push -u origin master
如果不行的话用下面命令
git pull --rebase origin master
git push -u origin master
以上是关于iOS开发--提交github代码的主要内容,如果未能解决你的问题,请参考以下文章
iOS协同开发-iOS代码版本控制-GitHub代码托-关东升-专题视频课程