diff --git a/home/programs/git/default.nix b/home/programs/git/default.nix index ea0f51a..56a37a2 100644 --- a/home/programs/git/default.nix +++ b/home/programs/git/default.nix @@ -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"; };