gpt4 book ai didi

Git "push"到 "origin"以外的地方

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

我正在使用 Git 将一些代码发布到 GitHub。这是我第一次使用 Git,所以我现在只知道我需要什么。我在家里使用多台计算机进行更改。在推送到 GitHub 之前,我可以将我的更改从一台计算机推送到另一台计算机吗?

最佳答案

如果另一台计算机上运行着 Git 或 HTTP 服务器,您可以设置另一台远程计算机:

git remote add your-other-computer git://your.other.computer/...
git push your-other-computer master

我发现在每台计算机上通过 HTTP 托管只读存储库(通过在 Apache 或 IIS 上共享我的 Git 目录),然后登录到另一台计算机并 git pull 更容易。

关于Git "push"到 "origin"以外的地方,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4392826/

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