Add lazy gitconfig
This commit is contained in:
12
git/.gitconfig
Normal file
12
git/.gitconfig
Normal 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
|
Reference in New Issue
Block a user