dots-of-war/git/.gitconfig
2023-03-27 09:58:38 +02:00

48 lines
919 B
INI

[user]
email = 5300871+elkowar@users.noreply.github.com
name = elkowar
[include]
path = ~/.gitconfig.local
[credential]
helper = store
[core]
autocrlf = input
pager = delta
[pull]
rebase = false
[github]
user = ElKowar
;[diff]
;external = "difft"
[delta]
syntax-theme = gruvbox
features = side-by-side line-numbers decorations navigate
[delta "line-numbers"]
line-numbers-left-style = cyan
[init]
defaultBranch = master
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[commit]
gpgsign = true
[alias]
df = difftool
c = commit --verbose
s = status -s
d = diff
ds = diff --stat
dc = diff --cached
dn = diff --numstat
ss = status
a = add
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
[push]
autoSetupRemote = true
default = current