From 2113a11535c609a1ca2ac62dd9e5559a93b87c43 Mon Sep 17 00:00:00 2001 From: Zhizhen He Date: Tue, 6 Jun 2023 22:09:05 +0800 Subject: [PATCH] git-remote: update Chinese translation (#10335) --- pages.zh/common/git-remote.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages.zh/common/git-remote.md b/pages.zh/common/git-remote.md index 5f5a2de1e..733afb544 100644 --- a/pages.zh/common/git-remote.md +++ b/pages.zh/common/git-remote.md @@ -19,6 +19,10 @@ `git remote set-url {{远程仓库名字}} {{新 URL}}` +- 查看远程仓库的 URL: + +`git remote get-url {{远程仓库名字}}` + - 移除远程仓库: `git remote remove {{远程仓库名字}}`