git:alias: Fix spull to actually execute

This commit is contained in:
2021-03-11 01:37:32 +01:00
parent d52afbfa3c
commit 2a9b9530e9

View File

@@ -15,7 +15,7 @@
excludesfile = ~/.config/git/ignore
[alias]
root = rev-parse --show-toplevel
spull = "__git_spull() { git pull \"$@\" && git submodule sync --recursive && git submodule update --init --recursive; }; __git_spull"
spull = "!__git_spull() { git pull \"$@\" && git submodule sync --recursive && git submodule update --init --recursive; }; __git_spull"
[status]
submodulesummary = true
[diff]