Teach git-up alias to recurse submodules, since we're using them now and it seems fitting

This commit is contained in:
Danielle McLean 2019-11-13 12:05:11 +11:00
parent c9d9e8e4b3
commit 2f8309a31f
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
up = pull --rebase=preserve --autostash --recurse-submodules
patch = !git --no-pager diff --no-color
st = status --short
shove = "!f() { git push ${1:-origin} :; }; f"