gpt4 book ai didi

git - 如何 pull 一个原始的 git 存储库,其来源是 github 存储库?

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

我从 github 中托管的公共(public) git 存储库创建了一个裸存储库 (MY_LOCAL_REP):

~$ git clone --bare <github repository location>

github 存储库已更新(创建了一个分支),我想获取对 MY_LOCAL_REP 的更改,所以我运行了

~$ git fetch

命令成功完成,但是当我运行时

~$ git branch

我没有看到新分支。我究竟做错了什么?从 github 存储库“pull ”到裸存储库的正确方法是什么?

谢谢!

最佳答案

如果您想要一个看起来与远程仓库完全一样的裸仓库,请使用 git clone --mirror 而不是 git clone --bare

参见 git-clone联机帮助页以获取更多信息。

关于git - 如何 pull 一个原始的 git 存储库,其来源是 github 存储库?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6357354/

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