From ba2fb7c8ad7a039c71c0938b9180d11a7f54b2a8 Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Thu, 26 Sep 2019 18:05:00 +0200 Subject: [PATCH] Add git alias for clone Signed-off-by: Severin Kaderli --- system/.config/git/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/system/.config/git/config b/system/.config/git/config index c8cd64e..ea2d1c0 100644 --- a/system/.config/git/config +++ b/system/.config/git/config @@ -25,6 +25,9 @@ # Update submodules when pulling pl = !git pull && git submodule update --remote --merge + # Gets submodules when cloning repositories + cl = clone --recurse-submodules -j8 + # Shortcut for status s = status