Enable the submodule.recurse configuration flag globally rather than using specialised aliases, I always wanna recurse

This commit is contained in:
Danielle McLean 2019-11-18 11:30:16 +11:00
parent 2f8309a31f
commit 8096375762
Signed by: 00dani
GPG key ID: FF6F9216852288FF

View file

@ -8,7 +8,7 @@
co = checkout
d = diff
l = log --graph --pretty=graph --date=relative
up = pull --rebase=preserve --autostash --recurse-submodules
up = pull --rebase=preserve --autostash
patch = !git --no-pager diff --no-color
st = status --short
shove = "!f() { git push ${1:-origin} :; }; f"
@ -67,6 +67,9 @@
[status]
branch = true
[submodule]
recurse = true
[url "git@github.com:"]
pushInsteadOf = https://github.com/