From f42b41a56e48df83a980bdb9ac45d2f4283f8cc3 Mon Sep 17 00:00:00 2001 From: "chen.yang" Date: Mon, 30 Aug 2021 19:31:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20git=20remote=20-v.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: chen.yang --- Software/Applications/Git/Git_使用说明.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Software/Applications/Git/Git_使用说明.md b/Software/Applications/Git/Git_使用说明.md index 1b4782f..24f28ed 100644 --- a/Software/Applications/Git/Git_使用说明.md +++ b/Software/Applications/Git/Git_使用说明.md @@ -324,6 +324,8 @@ git remote prune ## 12. Repository 管理 ```bash +# 查看远程 repository 设置情况 +git remote -v # 添加 repository git remote add # 删除 repository