SoftwareMagic
  • 首页
  • 分类
  • 归档
  •   
  •   
2021年12月18日 晚上
108 字 1 分钟 次

Git remote

本文最后更新于:2024年9月8日 晚上

Git remote

显示所有远程仓库

1
$ git remote -v

显示某个远程仓库的信息

1
$ git remote show [remote]

增加一个新的远程仓库,并命名

1
$ git remote add [shortname] [url]

Software DevOps VCS Git 基本命令

本博客所有文章除特别声明外,均采用 CC BY-SA 4.0 协议 ,转载请注明出处!

Git blame 上一篇
Git show 下一篇

 目录

搜索