首页 > 其他 > 详细

Git一个本地仓库同时推送到多个远程仓库

时间:2020-05-23 20:19:34      阅读:85      评论:0      收藏:0      [点我收藏+]
[core]
    repositoryformatversion = 0
    filemode = false
    bare = false
    logallrefupdates = true
    symlinks = false
    ignorecase = true
[remote "origin"]
    url = https://gitee.com/abc/WebDemos.git
    fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
    remote = origin
    merge = refs/heads/master
[remote "github"]
    url = git@github.com:abc/WebDemos.git
    fetch = +refs/heads/*:refs/remotes/github/*
    tagopt = --no-tags

 

Git一个本地仓库同时推送到多个远程仓库

原文:https://www.cnblogs.com/xakml/p/12943645.html

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