gpt4 book ai didi

git-svn 本地分支跟踪远程 svn 分支

转载 作者:太空狗 更新时间:2023-10-29 14:32:53 24 4
gpt4 key购买 nike

我像这样在 svn 上检查我自己的私有(private)分支:

git svn clone svn://server/cfe/project/branches/fb_oz_3173_email

现在我在分支master

我愿意:

  • 将这个分支重命名为fb
  • 添加名为 master 的分支,跟踪远程 svn://server/cfe/project/trunk

我没弄清楚。有人可以给我一个线索吗?

更新

  • 第一部分很简单:git branch -m fb

最佳答案

嗯,第二部分也有答案

git config --add svn-remote.newbranch.url https://svn/path_to_newbranch/
git config --add svn-remote.newbranch.fetch :refs/remotes/newbranch
git svn fetch newbranch [-r<rev>]
git checkout -b local-newbranch -t newbranch
git svn rebase newbranch

最初发布在这里 How do I tell git-svn about a remote branch created after I fetched the repo?

关于git-svn 本地分支跟踪远程 svn 分支,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21430359/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com