dotfiles/config/git/config

29 lines
514 B
Plaintext

[include]
path = ~/.local/config/git
[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