From 40d5a8af88bec10c181892db77cc9169a4fd83ce Mon Sep 17 00:00:00 2001 From: h7x4 Date: Fri, 4 Oct 2024 16:32:07 +0200 Subject: [PATCH] home/git: add alias for fetching submodules --- home/programs/git/default.nix | 1 + 1 file changed, 1 insertion(+) 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"; };