Skip to content

Commit

Permalink
doc: update docs/git.md (#415)
Browse files Browse the repository at this point in the history
* 更正git清单的描述

* docs: update docs/git.md
  • Loading branch information
webeautiful committed Aug 18, 2023
1 parent 31aa83c commit 1ae43d1
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions docs/git.md
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@ Config 设置
$ git help config
```

获取帮助信息,查看修改个人信息的参数
获取帮助信息,查看修改个人信息的参数

### 忽略文件的权限变化

Expand Down Expand Up @@ -949,12 +949,6 @@ $ git commit --amend --author='Author Name <email@address.com>'
```
<!--rehype:className=wrap-text-->

### 修改远程仓库的 url

```bash
$ git remote set-url origin <URL>
```

### 增加远程仓库

```bash
Expand Down

0 comments on commit 1ae43d1

Please sign in to comment.