管理远程仓库
Learn to work with your local repositories on your computer and remote repositories hosted on GitHub Enterprise.
关于远程仓库→
GitHub 的协作开发方法取决于从您的本地仓库发布提交,以供其他人查看、提取和更新。
我应使用哪个远程 URL?→
有几种方法可以克隆 GitHub 上提供的仓库。
添加远程→
要新增远程,请在终端上存储仓库的目录中使用 git remote add 命令。
更改远程仓库的 URL→
git remote set-url 命令可更改现有远程仓库的 URL。
重命名远程→
使用 git remote rename 命令可重命名现有的远程。
删除远程→
使用 git remote rm 命令可从仓库中删除远程 URL。