Added user gitconfig sensitive information is now stored in environemnt variables
This commit is contained in:
parent
049ac212a2
commit
a899cb94a9
1 changed files with 18 additions and 0 deletions
18
.gitconfig
Normal file
18
.gitconfig
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue