Skip to content

Commit 207025e

Browse files
committed
feat: enable submodule summary
1 parent 8c086c9 commit 207025e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitconfig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,12 @@ default = simple
193193
# Ref: https://git-scm.com/docs/git-config#Documentation/git-config.txt-safebareRepository
194194
bareRepository = explicit
195195

196+
[status]
197+
198+
# Enable submodule summary in git status
199+
# Ref: https://git-scm.com/docs/git-config#Documentation/git-config.txt-statussubmoduleSummary
200+
submoduleSummary = true
201+
196202
# Don't use unsecure protocols to access GitHub
197203
[url "https://github.com/"]
198204

0 commit comments

Comments
 (0)