1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-19 13:02:14 +02:00

Update git-cn.html.markdown

This commit is contained in:
Fotia5230
2020-01-13 14:32:00 +08:00
committed by GitHub
parent 1eecfded69
commit e56ce64385

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"
```