From 3ef24d47ddee1898f5bb4527694d361d2a5603d7 Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Sun, 14 Apr 2024 15:40:52 -0700 Subject: [PATCH] git: add subup for initializing and updating submodules --- .gitconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitconfig b/.gitconfig index 6f951db..bedd732 100644 --- a/.gitconfig +++ b/.gitconfig @@ -14,6 +14,9 @@ [safe] directory = /storage/emulated/0/docs +[color] + ui = auto + [alias] a = add br = branch @@ -35,6 +38,7 @@ s = status st = status sub = submodule + subup = sub update --init --recursive sw = switch t = tree tree = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all