Skip to content

Commit

Permalink
添加设置大小写敏感.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Nov 18, 2019
1 parent 1c7eb2c commit 826caae
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ git-tips
- [配置管理](#配置管理)
- [不常见的使用场景](#不常见的使用场景)
- [忽略文件的权限变化](#忽略文件的权限变化)
- [设置大小写敏感](#设置大小写敏感)
- [配置自动换行](#配置自动换行)
- [创建SSH密钥](#创建ssh密钥)
- [多账号ssh配置](#多账号ssh配置)
Expand Down Expand Up @@ -157,6 +158,13 @@ git config --global --unset <entry-name> # 删除全局设置
git config core.fileMode false
```

### 设置大小写敏感

```bash
git config --get core.ignorecase # 查看git 的设置
git config core.ignorecase false # 设置大小写敏感
```

### 配置自动换行

自动转换坑太大,提交到git是自动将换行符转换为lf
Expand Down

0 comments on commit 826caae

Please sign in to comment.