Add lazy gitconfig

This commit is contained in:
Christian Nieves
2022-09-07 17:14:50 +00:00
parent 88e89c7e87
commit fda5de2944

12
git/.gitconfig Normal file
View File

@ -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