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

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

时间:2020-05-23 18:21:37      阅读:100      评论:0      收藏:0      [点我收藏+]

标签:div   git   远程仓库   url   link   bar   web   epo   本地仓库   

[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一个本地仓库同时推送到多个远程仓库

标签:div   git   远程仓库   url   link   bar   web   epo   本地仓库   

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

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