码迷,mamicode.com
首页 > 其他好文 > 详细

关于git同时提交到2个仓库gitee github

时间:2020-07-02 00:00:36      阅读:114      评论:0      收藏:0      [点我收藏+]

标签:仓库   master   https   文件   symlink   style   img   rem   ranch   

一、进入.git文件夹

技术图片

 

二、编辑config

原文件:

技术图片

 

 修改后:

技术图片

 

 代码如下:

[core]
   repositoryformatversion = 0
   filemode = false
   bare = false
   logallrefupdates = true
   symlinks = false
   ignorecase = true
[submodule]
   active = .
[remote "origin"]
   url = https://gitee.com/stylesmile/snow.git
   fetch = +refs/heads/*:refs/remotes/origin/*
   url = https://github.com/stylesmile/snow.git
   
[branch "master"]
   remote = origin
   merge = refs/heads/master
   
[remote "github"]
    url = https://github.com/stylesmile/snow.git
    fetch = +refs/heads/*:refs/remotes/gitee/*
    tagopt = --no-tags

再次push ,就会同时提交到2个仓库。

关于git同时提交到2个仓库gitee github

标签:仓库   master   https   文件   symlink   style   img   rem   ranch   

原文地址:https://www.cnblogs.com/ZJOE80/p/13222283.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!