Skip to content

Commit

Permalink
Article update: Git 操作合集.md
Browse files Browse the repository at this point in the history
  • Loading branch information
he-sb committed Aug 6, 2024
1 parent d396d6f commit 74400f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions content/posts/Git 操作合集.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ git config --global core.quotePath false
# 设置大小写敏感,保持 Windows / UNIX 一致性
# 在目录名大小写修改时,commit 可正常提交
git config --global core.ignorecase false
# 可选:添加 username 和邮箱信息
# 这两项在 git commit 提交时需要
git config --global user.name "he-sb"
git config --global user.email "test@example.com"
```

## 命令相关
Expand Down

0 comments on commit 74400f2

Please sign in to comment.