From 1ae43d171affe45dfb8fc74ea79832ce67dae552 Mon Sep 17 00:00:00 2001 From: Albert <121023254@qq.com> Date: Fri, 18 Aug 2023 14:35:39 +0800 Subject: [PATCH] doc: update docs/git.md (#415) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 更正git清单的描述 * docs: update docs/git.md --- docs/git.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/docs/git.md b/docs/git.md index befed23..d729325 100644 --- a/docs/git.md +++ b/docs/git.md @@ -685,7 +685,7 @@ Config 设置 $ git help config ``` -获取帮助信息,查看修改个人信息的参数 +获取帮助信息,查看修改个人信息的参数 ### 忽略文件的权限变化 @@ -949,12 +949,6 @@ $ git commit --amend --author='Author Name ' ``` -### 修改远程仓库的 url - -```bash -$ git remote set-url origin -``` - ### 增加远程仓库 ```bash