Files
dotfiles/git/.gitconfig
Christian Nieves fda5de2944 Add lazy gitconfig
2022-09-07 17:14:58 +00:00

13 lines
465 B
INI

[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