文章版本: GitHub.com
管理远程仓库
Learn to work with your local repositories on your computer and remote repositories hosted on GitHub.
Were you able to find what you were looking for?
Thank you! Your feedback has been submitted.
关于远程仓库→
GitHub 的协作开发方法取决于从您的本地仓库发布提交,以供其他人查看、提取和更新。
我应使用哪个远程 URL?→
There are several ways to clone repositories available on GitHub.
添加远程→
要新增远程,请在终端上存储仓库的目录中使用 git remote add 命令。
更改远程仓库的 URL→
git remote set-url 命令可更改现有远程仓库的 URL。
重命名远程→
使用 git remote rename 命令可重命名现有的远程。
删除远程→
使用 git remote rm 命令可从仓库中删除远程 URL。
Were you able to find what you were looking for?
Thank you! Your feedback has been submitted.