mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-17 12:10:52 +02:00
@@ -234,7 +234,7 @@ $ git diff HEAD
|
|||||||
# 在搜索结果中显示行号
|
# 在搜索结果中显示行号
|
||||||
$ git config --global grep.lineNumber true
|
$ git config --global grep.lineNumber true
|
||||||
|
|
||||||
# 是搜索结果可读性更好
|
# 使得搜索结果可读性更好
|
||||||
$ git config --global alias.g "grep --break --heading --line-number"
|
$ git config --global alias.g "grep --break --heading --line-number"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user