Added user gitconfig sensitive information is now stored in environemnt variables

This commit is contained in:
Gregor Bückendorf 2018-12-03 00:20:12 +01:00
parent 049ac212a2
commit a899cb94a9

18
.gitconfig Normal file
View file

@ -0,0 +1,18 @@
[color]
diff = auto
status = auto
branch = auto
interactive = auto
ui = true
pager = true
submodule = true
fetch = true
pull = true
[push]
default = simple
[core]
excludesfile = ~/.gitignore
[status]
submoduleSummary = true
[alias]
graph = 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