码迷,mamicode.com
首页 >  
搜索关键字:submodule    ( 88个结果
Linux - Git使用方法-下载子模块
Git使用方法-下载子模块本文地址:http://blog.csdn.net/caroline_wendy代码托管在Git上比较方便管理,如计步器;使用Git的代码,需要下载,可以手动的Clone代码,解压加载;创建文件夹,在文件夹内使用命令:下载项目:git clone git@git.chunyu.mobi:android/pedometer.git下载子模块:git submodule up...
分类:系统相关   时间:2014-12-27 08:57:19    阅读次数:166
在项目中添加ReactiveCocoa
这是对官方教程的补充To add RAC to your application:Add the ReactiveCocoa repository as a submodule of your application's repository.首先你得有个git,给自己的工程创建一个git $ g....
分类:其他好文   时间:2014-11-27 18:19:02    阅读次数:225
在SourceTree中使用Git submodule
在開發的過程中我們的項目可能會引用其他的版本庫中的代碼, 例如公司已經累積了一套公用的函式庫, 被多個項目調用; 很顯然地, 不能把公用函式庫的文件直接放到我們開發中的項目中, 這樣不但項目的冗餘, 也增加維護的難度, 無疑是替自己找麻煩. 這時候我們就可以使用Git中submodule功能, 來管...
分类:其他好文   时间:2014-10-24 16:00:32    阅读次数:273
Shift Register(Using Submodule)
/***************************************************/ Shift Register module by Submodule/ Programing by seongki***************************************...
分类:其他好文   时间:2014-10-02 22:32:43    阅读次数:354
cygwin运行git submodule init出错error while loading shared libraries的解决
installing the Devel\gettext package should solve your problem. git-submodule requires that. Unfortunately this is not marked as dependency.附apt-cyg工具...
分类:Windows程序   时间:2014-09-13 00:37:14    阅读次数:266
git submodule
使用这个的前提: 1.工程依赖不太大,比较简单,5个以内吧(比较大了还是用android 的 repo吧) 2.注意submodule的提交需要在它的目录下执行 3.注意 git submodule update 4.循环执行可以使用git submodule foreach git submodule update 主要应用与 使用了别人的库,不需要自己维护 总之就是...
分类:其他好文   时间:2014-08-26 21:29:06    阅读次数:262
ios-reverse
on OSX/Linuxexport THEOS=/opt/theosgit clone git://github.com/DHowett/theos.git $THEOSgit clone git://git.saurik.com/ldid.gitcd ldidgit submodule upda...
分类:移动开发   时间:2014-08-09 18:08:38    阅读次数:262
git submodule 解析
submodule 原理submodule 是一个版本库,跟你的主版本库实际上是一个东西。将 submodule add 到你的主版本库,是将一个子版本库的一条提交,也就是head,被主版本库纪录了下来。 主版本库使用这个版本库head之前的代码。git 是一个文件系统,子版本库的remote地址和...
分类:其他好文   时间:2014-07-25 03:11:44    阅读次数:193
88条   上一页 1 ... 7 8 9
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!