gpt4 book ai didi

git - 如何将本地 Git 仓库推送到新创建的 Google Code 项目?

转载 作者:IT王子 更新时间:2023-10-29 01:01:37 26 4
gpt4 key购买 nike

我有一个由 Qt Creator 在新建项目向导期间创建的本地 git 存储库。我在那里做了很多 promise 。我现在才创建了一个新的 Google 代码项目。将远程仓库同步到本地仓库的最佳方式是什么?

最佳答案

您可以在 this article "Setting up Google Code with Git" 查看示例来自 AlBlue’s Blog :

$ cd /path/to/existing/local/repo
$ git remote add googlecode https://project.googlecode.com/git
$ git push googlecode master:master

参见 git remote命令:如果您已经准备好现有的远程(谷歌代码) repo ,您可以将其地址添加到您的本地 repo 并开始推送(前提是您已正确设置您的 ~/.netrc 文件,如文章,或您的 %HOME%\_netrc 文件(适用于 Windows):有关更多信息,请参阅“Git - How to use .netrc file on windows to save user and password”)。

完成本地提交后,您可以推送 master 分支(请参阅“Push origin master error on new repository”),然后从那里 git push googlecode
如果你的远程名为'origin',那么在第一次推送之后,你将能够为将来做'git push' push 。

关于git - 如何将本地 Git 仓库推送到新创建的 Google Code 项目?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8961619/

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