Merge pull request #3816 from Fotia5230/patch-2

[Git/zh-CN] Fixed typo
This commit is contained in:
Max Schumacher 2020-01-28 11:41:38 +01:00 committed by GitHub
commit 48160226d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -234,7 +234,7 @@ $ git diff HEAD
# 在搜索结果中显示行号
$ git config --global grep.lineNumber true
# 搜索结果可读性更好
# 使得搜索结果可读性更好
$ git config --global alias.g "grep --break --heading --line-number"
```