增加 git remote -v.

Signed-off-by: chen.yang <chen.yang@yuzhen-iot.com>
This commit is contained in:
chen.yang 2021-08-30 19:31:09 +08:00
parent 0822f2767f
commit f42b41a56e
1 changed files with 2 additions and 0 deletions

View File

@ -324,6 +324,8 @@ git remote prune <repository>
## 12. Repository 管理
```bash
# 查看远程 repository 设置情况
git remote -v
# 添加 repository
git remote add <repository> <utl>
# 删除 repository