增加 git remote -v.
Signed-off-by: chen.yang <chen.yang@yuzhen-iot.com>
This commit is contained in:
parent
0822f2767f
commit
f42b41a56e
|
@ -324,6 +324,8 @@ git remote prune <repository>
|
|||
## 12. Repository 管理
|
||||
|
||||
```bash
|
||||
# 查看远程 repository 设置情况
|
||||
git remote -v
|
||||
# 添加 repository
|
||||
git remote add <repository> <utl>
|
||||
# 删除 repository
|
||||
|
|
Loading…
Reference in New Issue