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