首页 > Web开发 > 详细

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

时间:2015-12-22 10:14:01      阅读:147      评论:0      收藏:0      [点我收藏+]

 

// 从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

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

原文:http://www.cnblogs.com/yidoucai/p/5065656.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!