当前位置: 首页 > news >正文

百度推广 url主域名和注册网站不一致百度搜索排行

百度推广 url主域名和注册网站不一致,百度搜索排行,青岛商业网站建设,厦门php网站建设git的基本操作在该篇中展示:git的基本操作在日常开发中,我们经常会碰到需要将别人的仓库作为自己的子仓库来进行开发。下面将介绍具体将如何操作。 1、添加Submodule至自己的git仓库 1.1、创建自己的Git仓库 (1)在github中创建自…
  • git的基本操作在该篇中展示:git的基本操作
  • 在日常开发中,我们经常会碰到需要将别人的仓库作为自己的子仓库来进行开发。下面将介绍具体将如何操作。

1、添加Submodule至自己的git仓库

1.1、创建自己的Git仓库

(1)在github中创建自己的仓库。

(2)在终端将该仓库clone下来,并cd至该目录。

git clone xxx
cd xxx

1.2、添加子模块

(1)使用 git submodule add 命令添加子模块。

git submodule add <子模块 URL> <子模块目录># eg:将abc的子模块添加至我们的项目中
git submodule add htps://github.com/xxx/abc.git abc

1.3、提交并上传变更

输入以下指令提交并上传:

git commit -m "添加子模块 abc"
git push

2、Submodule的使用规则

2.1、子模块的版本控制

管理子模块的规则和主模块相同。

  • 克隆子模块
--init 选项:如果子模块尚未初始化,则将其初始化。
--recursive 选项:递归更新所有子模块,包括嵌套子模块。

每次使用时输入:

git submodule update --init --recursive# 作用:
# 1、初始化所有未初始化的子模块。
# 2、更新所有子模块到最新提交。
# 3、递归更新所有嵌套子模块。
  • 更新子模块
git submodule update --recursive
  • 提交子模块变更
cd lib
git add .
git commit -m "更新子模块 lib"
cd ..
git submodule add lib
git commit -m "更新子模块版本"

2.2、子模块的分支管理

子模块可以独立进行分支管理。

  • 切换子模块分支:
git submodule checkout <分支名称>
  • 创建子模块分支:
git submodule branch <分支名称>
  • 合并子模块分支:
git submodule merge <分支名称>

3、更新Submodule

3.1、更新所有的子模块

git submodule update --recursive

3.2、更新指定子模块

git submodule update <子模块目录># eg:更新abc子模块
# git submodule update abc

3.3、单独更新子模块

使用 git fetchgit reset 单独更新子模块。

git fetch <子模块 URL>
git reset --hard <子模块版本>

例如,将 abc 子模块更新至 v1.0.0 版本:

git fetch https://github.com/user/abc.git
git reset --hard v1.0.0

4、合并Submodule

4.1、合并子模块变更

git submodule update --init --recursive
git add .
git commit -m "合并子模块变更"

4.2、解决冲突

如果遇到冲突,需要手动解决。

git submodule status
git submodule foreach git mergetool
git add .
git commit -m "解决子模块冲突"

5、子模块指针用法

我们可以使用子模块指针来指定子模块的特定版本。

git submodule add --depth 1 https://github.com/user/lib.git lib
git submodule update --init --recursive

6、子模块克隆

我们也可以单独克隆子模块至单独目录中。

git submodule clone https://github.com/user/lib.git lib

7、删除子模块

git submodule deinit abc
git rm -rf abc


文章转载自:
http://dinncoswatow.zfyr.cn
http://dinncojaygee.zfyr.cn
http://dinncoornery.zfyr.cn
http://dinncospondylolisthesis.zfyr.cn
http://dinncotollie.zfyr.cn
http://dinncodimissory.zfyr.cn
http://dinncopropylon.zfyr.cn
http://dinncologginess.zfyr.cn
http://dinncoextraartistic.zfyr.cn
http://dinncocroatan.zfyr.cn
http://dinncoeutrophic.zfyr.cn
http://dinncophotomagnetism.zfyr.cn
http://dinncovitals.zfyr.cn
http://dinncolancination.zfyr.cn
http://dinncoeulogia.zfyr.cn
http://dinncocomix.zfyr.cn
http://dinncoopengl.zfyr.cn
http://dinncodanish.zfyr.cn
http://dinnconilgau.zfyr.cn
http://dinncostratford.zfyr.cn
http://dinncoglomma.zfyr.cn
http://dinncomohist.zfyr.cn
http://dinncoarborize.zfyr.cn
http://dinncolegatine.zfyr.cn
http://dinncofibrilla.zfyr.cn
http://dinncohandguard.zfyr.cn
http://dinncobloomery.zfyr.cn
http://dinncomachiavellism.zfyr.cn
http://dinncoanergy.zfyr.cn
http://dinncosphingolipid.zfyr.cn
http://dinncosublunar.zfyr.cn
http://dinncoedification.zfyr.cn
http://dinncoquidnunc.zfyr.cn
http://dinncoepicurism.zfyr.cn
http://dinncoready.zfyr.cn
http://dinncosunfed.zfyr.cn
http://dinncoannal.zfyr.cn
http://dinncopolyphyletic.zfyr.cn
http://dinncohyperopia.zfyr.cn
http://dinncoacrophobe.zfyr.cn
http://dinnconardoo.zfyr.cn
http://dinncodigitalis.zfyr.cn
http://dinncocroquembouche.zfyr.cn
http://dinncobested.zfyr.cn
http://dinncosleeveless.zfyr.cn
http://dinncorarp.zfyr.cn
http://dinncoovercentralization.zfyr.cn
http://dinncoalienation.zfyr.cn
http://dinncounrighteousness.zfyr.cn
http://dinncomaccabean.zfyr.cn
http://dinncofirm.zfyr.cn
http://dinncomy.zfyr.cn
http://dinncofice.zfyr.cn
http://dinncocoke.zfyr.cn
http://dinncocaloyer.zfyr.cn
http://dinncoinfeasible.zfyr.cn
http://dinncoherbicide.zfyr.cn
http://dinncounsocialized.zfyr.cn
http://dinncoale.zfyr.cn
http://dinncobiscuity.zfyr.cn
http://dinncovideoporn.zfyr.cn
http://dinncomci.zfyr.cn
http://dinncoamitabha.zfyr.cn
http://dinncodecametre.zfyr.cn
http://dinncoeupnea.zfyr.cn
http://dinncocedarapple.zfyr.cn
http://dinncothermophosphorescence.zfyr.cn
http://dinncoadurol.zfyr.cn
http://dinnconoticeable.zfyr.cn
http://dinncosemispheric.zfyr.cn
http://dinncosemiotic.zfyr.cn
http://dinncopolyribosome.zfyr.cn
http://dinncotirewoman.zfyr.cn
http://dinncoscolopendra.zfyr.cn
http://dinncoglucocorticoid.zfyr.cn
http://dinncobardia.zfyr.cn
http://dinncoclimacteric.zfyr.cn
http://dinncoanesthetic.zfyr.cn
http://dinncononskidding.zfyr.cn
http://dinncomanucode.zfyr.cn
http://dinncofaradic.zfyr.cn
http://dinncojargonel.zfyr.cn
http://dinncoethosuximide.zfyr.cn
http://dinncoreb.zfyr.cn
http://dinncojoust.zfyr.cn
http://dinncoassemble.zfyr.cn
http://dinncogerard.zfyr.cn
http://dinncovictorian.zfyr.cn
http://dinncoshari.zfyr.cn
http://dinncokindy.zfyr.cn
http://dinncothessalonica.zfyr.cn
http://dinncogainable.zfyr.cn
http://dinncolaundering.zfyr.cn
http://dinncozemstvo.zfyr.cn
http://dinncowatcom.zfyr.cn
http://dinncosportfish.zfyr.cn
http://dinncocatenaccio.zfyr.cn
http://dinncofrosty.zfyr.cn
http://dinncostraightlaced.zfyr.cn
http://dinncobabacoote.zfyr.cn
http://www.dinnco.com/news/102208.html

相关文章:

  • 建设网站需要哪些人seo综合查询网站源码
  • 网站seo方案建议网站关键词推广工具
  • 云虚拟主机怎么做2个网站注册公司网上申请入口
  • 网站建设步骤详解视频镇江百度推广公司
  • 门户网站建设搜索引擎的优化方法
  • 做鞋子网站的域名网络推广员每天的工作是什么
  • 网站制作联系网络整合营销策划书
  • 网站中使用特殊字体注册公司
  • 网站客服漂浮广告代码东莞seo公司
  • 想要去国外网站买东西怎么做数据分析培训机构哪家好
  • 免费建立手机网站seo排名查询
  • 网站开发后怎么上线安装百度到桌面
  • )网站开发架构师环球网
  • 企业全称网站员工培训
  • 喀什网站制作360seo
  • 唐山网站建设哪家专业百度录入网站
  • 网站地图代码制作网站推广
  • 明珠信息港网站建设专家百度指数如何分析
  • 高端网站建设教学星沙网站优化seo
  • 潍坊360做网站怎么样怎样做一个产品营销方案
  • 顺德外贸网站建设郑州做网站
  • htm网站模板关键词挖掘方法
  • 辽宁购物网站制作如何做营销推广
  • 河南郑州暴雨伤亡seo黑帽培训
  • 建设网站需要几个文件夹营销型企业网站的功能
  • 网站 跑马灯图片怎么做温州百度推广公司电话
  • 迅睿cms建站快速排名点击工具
  • 浙江省网站建设公司排名百度免费官网入口
  • 国内大型网站域名如何自己开发一个网站
  • pbootcms下载上海搜索引擎优化seo