29 lines
514 B
Plaintext
29 lines
514 B
Plaintext
[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 = less -FRX
|
|
[gpg]
|
|
format = ssh
|
|
[http]
|
|
sslVerify = false
|
|
[init]
|
|
defaultBranch = master
|
|
[pull]
|
|
rebase = true
|
|
[push]
|
|
default = current
|
|
[status]
|
|
short = true
|
|
|
|
[include]
|
|
path = ~/.local/config/git
|