💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
# 47. 添加远程仓库 ## 目的 > 将裸仓库作为远程仓库添加到我们的原始仓库中。 让我们添加 hello.git 到我们的原始仓库。 ``` $ cd hello $ git remote add shared ../hello.git ``` 注意:现在在 hello 仓库中。