doc: update docs/git.md (#415)

* 更正git清单的描述

* docs: update docs/git.md
This commit is contained in:
Albert 2023-08-18 14:35:39 +08:00 committed by GitHub
parent 31aa83c9b8
commit 1ae43d171a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -685,7 +685,7 @@ Config 设置
$ git help config $ git help config
``` ```
获取帮助信息,查看修改个人信息的参数 获取帮助信息,查看修改个人信息的参数
### 忽略文件的权限变化 ### 忽略文件的权限变化
@ -949,12 +949,6 @@ $ git commit --amend --author='Author Name <email@address.com>'
``` ```
<!--rehype:className=wrap-text--> <!--rehype:className=wrap-text-->
### 修改远程仓库的 url
```bash
$ git remote set-url origin <URL>
```
### 增加远程仓库 ### 增加远程仓库
```bash ```bash