Github convert existing repo to a fork

后端 未结 2 1519
傲寒
傲寒 2020-12-21 03:45

My organisation has a main repo called org/A.git. I forked it as me/A.git to Github first. My organisation admin made org/A.git privat

2条回答
  •  既然无缘
    2020-12-21 04:16

    I don't think you can. But the four steps you describe probably take less time than the time it took to post here. :-)

    For step 4, how about git push --all origin?

提交回复
热议问题