Browse Source

[git] Show submodule status by default

master
lara 6 years ago
parent
commit
cc36d26f09
  1. 4
      gitconfig

4
gitconfig

@ -39,3 +39,7 @@
# pull rebase
prb = pull --rebase
[status]
submoduleSummary = true
[pull]
rebase = false

Loading…
Cancel
Save