简体   繁体   中英

How do I add an svn trunk as a git branch using git-svn?

I'm working on a project that uses git, and I am new to git myself so apologies if I get terminology/concepts wrong. Another developer joined the team who refuses to use git and maintains his own svn repository. Is there a way to add his svn trunk as a git branch? Thanks!

这是你怎么做

git svn branch -n  -m "Branch for xyz" xyz_def

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM