20 lines
551 B
INI
20 lines
551 B
INI
[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
|
|
[pager]
|
|
log = less -S
|
|
[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
|