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

为单个项目添加多个远程仓库(Git操作)

时间:2018-02-28 16:23:31      阅读:122      评论:0      收藏:0      [点我收藏+]

标签:https   log   class   www.   打开   div   upload   strip   com   

书写代码时,有时候需要维护多个仓库,这时候就面对了这个需求,解决方法如下:

$ git remote add github  ******
$ git remote add mayun  ******

书写完成上边代码后,在输入

$ git remote -v

terminal中打印

mayun   https://gitee.com/***y.git (fetch)
mayun   https://gitee.com/***.git (push)
github  https://github.com/***.git (fetch)
github  https://github.com/*** (push)

此即为完成,打开路径下名为config的文件,出现信息:
技术分享图片

? ?
? ?
? ?

友情链接:

技术博客 ???????简书主页

为单个项目添加多个远程仓库(Git操作)

标签:https   log   class   www.   打开   div   upload   strip   com   

原文地址:https://www.cnblogs.com/tig666666/p/8483813.html

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