Skip to content
This repository has been archived by the owner on Nov 13, 2021. It is now read-only.
SamB edited this page Sep 12, 2010 · 3 revisions

Sample .git/config file:

[core]
        repositoryformatversion = 0
        filemode = true
        bare = false
        logallrefupdates = true
[svn-remote "svn"]
        url = svn://scm.gforge.inria.fr/svn/coq
        fetch = trunk:refs/remotes/svn/trunk
        branches = branches/*:refs/remotes/svn/branches/*
        tags = tags/*:refs/remotes/svn/tags/*
[remote "origin"]
        url = git://github.com:SamB/coq.git
        fetch = refs/remotes/svn/*:refs/remotes/svn/*
        fetch = refs/remotes/origin/*:refs/remotes/heads/*
Clone this wiki locally