On 06/03/2013 03:01 PM, Kendall Shaw wrote:
... Regarding the upstream branch, I have in .git/config
[remote "origin"]
url = http://example.com/blah
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
remote = origin
merge = refs/heads/master
git config -l shows
branch.master.remote
I am setting up a git repository which I cloned using git svn. git
ls-remote shows something like:
...
refs/remotes/trunk
refs/remotes/2.0.2a
...
To get the subversion branch names to appear as a local branch, I:
git remote add blah http://example.com/blah
git fetch blah +refs/remotes/*:refs/h
2 matches
Mail list logo