How do I tell git-svn about a remote branch created after I fetched the repo?

I’m using git-svn to work against my company’s central Subversion repository. We’ve recently created a new feature branch in the central repo.

How do I tell Git about it? When I run git branch -r I can only see the branches that existed when I ran fetch against the Subversion repo to initialize my Git repo?

9 Answers
9

Leave a Comment