Skip to content

Commit

Permalink
Update git.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wood3n authored Jun 29, 2023
1 parent 6e1ad48 commit a4ea67c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/tools/git.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ git config --global --add push.default current
git config --global --add push.autoSetupRemote true
```

Git 配置大小写敏感

```shell
git config core.ignorecase false
```

如果要获取所有 git 的配置,可以使用:

```shell
Expand Down

0 comments on commit a4ea67c

Please sign in to comment.