From 5357a1a993736682940a6fe70eba30efc27a7000 Mon Sep 17 00:00:00 2001 From: Roman Volovoy Date: Fri, 5 Jun 2026 19:31:41 +0200 Subject: [PATCH] gitconfig --- git/.gitconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/git/.gitconfig b/git/.gitconfig index ce7df99..55a4454 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -2,3 +2,6 @@ lg1 = 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(auto)%d%C(reset)' --all lg2 = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(auto)%d%C(reset)%n'' %C(white)%s%C(reset) %C(dim white)- %an%C(reset)' lg = lg1 +[user] + name = Roman Volovoy + email = rvolovoy@f0r2s9.codam.nl