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

eclispe git config配置文件配置远程仓库

时间:2019-12-19 14:39:23      阅读:128      评论:0      收藏:0      [点我收藏+]

标签:git   epo   pos   ranch   mod   ref   url   osi   form   

git config基本配置如下:

[core]
    repositoryformatversion = 0
    filemode = false
    logallrefupdates = true
[remote "origin"]
    url = 你的远程仓库url
    fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
    remote = origin
    merge = refs/heads/master

eclispe git config配置文件配置远程仓库

标签:git   epo   pos   ranch   mod   ref   url   osi   form   

原文地址:https://www.cnblogs.com/zouhong/p/12067618.html

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