gitconfig: Add submodule settings
This commit is contained in:
parent
b37bfc8489
commit
198269f781
1 changed files with 8 additions and 1 deletions
|
@ -22,6 +22,9 @@
|
|||
editor = vim
|
||||
excludesfile = ~/.gitignore_global
|
||||
|
||||
[diff]
|
||||
submodule = log
|
||||
|
||||
[grep]
|
||||
lineNumber = true
|
||||
extendRegexp = true
|
||||
|
@ -49,3 +52,7 @@
|
|||
|
||||
[init]
|
||||
defaultBranch = main
|
||||
|
||||
[status]
|
||||
submoduleSummary = true
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue