34 lines
672 B
Text
34 lines
672 B
Text
[alias]
|
|
l = "!git log --graph --abbrev-commit --date=short --pretty=format:'%Cred%h%Creset %Cgreen%cr%Creset: %s : %C(bold blue)%an%Creset %C(yellow)%d%Creset'"
|
|
[color]
|
|
diff = auto
|
|
status = auto
|
|
branch = auto
|
|
interactive = auto
|
|
ui = auto
|
|
[commit]
|
|
gpgsign = true
|
|
[core]
|
|
autocrlf = false
|
|
pager = diff-so-fancy | less --tabs=2 -RF
|
|
[gpg]
|
|
format = ssh
|
|
[http]
|
|
sslVerify = false
|
|
[init]
|
|
defaultBranch = master
|
|
[pull]
|
|
rebase = true
|
|
[push]
|
|
default = current
|
|
[status]
|
|
short = true
|
|
|
|
[include]
|
|
path = ~/.local/config/git
|
|
[interactive]
|
|
diffFilter = diff-so-fancy --patch
|
|
[diff-so-fancy]
|
|
markEmptyLines = true
|
|
changeHunkIndicators = true
|
|
rulerWidth = 40
|