From fda5de2944e11e169b1911ce1465519e7e569992 Mon Sep 17 00:00:00 2001 From: Christian Nieves Date: Wed, 7 Sep 2022 17:14:50 +0000 Subject: [PATCH] Add lazy gitconfig --- git/.gitconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 git/.gitconfig diff --git a/git/.gitconfig b/git/.gitconfig new file mode 100644 index 0000000..c58f55a --- /dev/null +++ b/git/.gitconfig @@ -0,0 +1,12 @@ +[user] + name = Christian Nieves + email = cnieves@google.com +[color] + ui = auto +[repo] + superprojectChoiceExpire = 1643929280 + superprojectChoice = true +[url "ssh://git@github.com/"] + insteadOf = https://github.com/ +[alias] + gr = 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(bold yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(dim white)- %an%C(reset)' --all