Enable the submodule.recurse configuration flag globally rather than using specialised aliases, I always wanna recurse
This commit is contained in:
parent
2f8309a31f
commit
8096375762
1 changed files with 4 additions and 1 deletions
|
@ -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/
|
||||
|
||||
|
|
Loading…
Reference in a new issue