Recurse submodules with git up

This commit is contained in:
Scott Wallace 2021-03-23 08:24:36 +00:00
parent 217f712c4c
commit 411fc4073b

View file

@ -21,7 +21,7 @@
lgd = log -p --decorate
history = log --pretty=oneline --abbrev-commit --all --graph --decorate
tidy = !git remote prune origin && git fetch -p && git branch -vv | awk '/: gone]/ {print $1}' | xargs -r git branch -D
update = !git pull && git tidy
update = !git pull --recurse-submodules && git tidy
st = status
ci = commit
co = checkout