博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
git submodule的工作原理
阅读量:4040 次
发布时间:2019-05-24

本文共 189 字,大约阅读时间需要 1 分钟。

假设在你的project A里面需要用到另外一个project B(official remote)作为你的submodule, 并且你想定制你自己的B, 则你先从official remote 下载到本地, 然后做些更改, 再上传到你的remote, B(ur remote).

然后在project A 里面, 加入submodule的时候url写B(ur remote).

转载地址:http://uoxdi.baihongyu.com/

你可能感兴趣的文章
Variable property attributes or Modifiers in iOS
查看>>
NSNotificationCenter 用法总结
查看>>
C primer plus 基础总结(一)
查看>>
剑指offer算法题分析与整理(一)
查看>>
剑指offer算法题分析与整理(三)
查看>>
Ubuntu 13.10使用fcitx输入法
查看>>
pidgin-lwqq 安装
查看>>
mint/ubuntu安装搜狗输入法
查看>>
C++动态申请数组和参数传递问题
查看>>
opencv学习——在MFC中读取和显示图像
查看>>
retext出现Could not parse file contents, check if you have the necessary module installed解决方案
查看>>
Matlab与CUDA C的混合编程配置出现的问题及解决方案
查看>>
python一句话之利用文件对话框获取文件路径
查看>>
PaperDownloader——文献命名6起来
查看>>
如何将PaperDownloader下载的文献存放到任意位置
查看>>
C/C++中关于动态生成一维数组和二维数组的学习
查看>>
JVM最简生存指南
查看>>
Java的对象驻留
查看>>
logback高级特性使用(二) 自定义Pattern模板
查看>>
JVM并发机制探讨—内存模型、内存可见性和指令重排序
查看>>