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 {{远程仓库名字}}`