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

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
posted on 2019-12-19 14:31  小破孩楼主  阅读(441)  评论(0编辑  收藏  举报