git-svn --ignore-paths

后端 未结 7 1715
悲哀的现实
悲哀的现实 2021-02-01 04:27

I\'m struggling for a number of hours now with the --ignore-paths option to git-svn, in an attempt to fetch only certain tags from a large repository.

I want to start

7条回答
  •  南旧
    南旧 (楼主)
    2021-02-01 05:03

    You might also just try:

    cat .git/config
    

    on Linux, or:

    type .git\config
    

    on Windows, from your new repository directory, to see the fetch URL, the branches and tags url.

提交回复
热议问题