Contents

Git_branch

Git-1 远程仓库

如何新添加一个远程仓库

远程仓库是host在其他地方的仓库,为了进行collaborate, 需要add,remove远程仓库,管理远程分支。

  1. 展示远程仓库

git remote

  1. 添加远程仓库 git remote add <shortname> <url>