coding.net--多人合作开发git的使用

 

// 从conding拉下新项目

mkdir test

cd test

git clone https

 

// 安装cocoapods

gem sources --remove https://rubygems.org/ 

gem sources -a https://ruby.taobao.org/

gem sources -l

sudo gem install cocoapods

cd test

pod install

 

// 终端git命令的使用 ,也可以用xcode自身的git

git pull

git status

git add *

git status

git commit

输入文字,按ese,

:wq

git push

posted @ 2015-12-22 09:48  一斗才  阅读(415)  评论(0编辑  收藏  举报