git svn - How to tell which remote svn branch is a local git branch tracking? -
i'm bit confused how commit on several svn branches different local git branches. in particular, though i've read many of relates questions on topic, there's 1 specific thing nobody seems have explained far:
if have few local branches, how can tell remote svn branch tracking (if any)?
from this answer seems can change branch want tracking, how query it?
git branch -v
doesn't seem particularly helpful in (i.e. no additional information given). i've looked textual files in .git/
couldn't find in there well.
git svn info
gives full repository url, svn branch should appear there.
Comments
Post a Comment