home/git: add alias for fetching submodules

This commit is contained in:
2024-10-04 16:32:07 +02:00
parent 9115c0c5c2
commit 40d5a8af88

View File

@@ -53,6 +53,7 @@ in
forcepush = "push --force-with-lease --force-if-includes";
authors = "shortlog --summary --numbered --email";
si = "switch-interactive";
subs = "submodule update --init --recursive";
rebase-author = "rebase -i -x \"git commit --amend --reset-author -CHEAD\"";
git = "!git";
};