2022-08-09 10:24:55 +00:00
|
|
|
[user]
|
|
|
|
email = 5300871+elkowar@users.noreply.github.com
|
|
|
|
name = elkowar
|
2023-03-26 08:58:37 +00:00
|
|
|
[include]
|
|
|
|
path = ~/.gitconfig.local
|
2022-08-09 10:24:55 +00:00
|
|
|
[credential]
|
|
|
|
helper = store
|
|
|
|
[core]
|
|
|
|
autocrlf = input
|
2023-02-25 17:07:21 +00:00
|
|
|
pager = delta
|
2022-08-09 10:24:55 +00:00
|
|
|
[pull]
|
|
|
|
rebase = false
|
|
|
|
[github]
|
|
|
|
user = ElKowar
|
|
|
|
|
2023-02-25 17:07:21 +00:00
|
|
|
;[diff]
|
|
|
|
;external = "difft"
|
2022-12-27 10:45:35 +00:00
|
|
|
|
2022-08-09 10:24:55 +00:00
|
|
|
|
|
|
|
[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]
|
2023-03-27 07:58:38 +00:00
|
|
|
df = difftool
|
2022-08-09 10:24:55 +00:00
|
|
|
c = commit --verbose
|
|
|
|
s = status -s
|
|
|
|
d = diff
|
|
|
|
ds = diff --stat
|
|
|
|
dc = diff --cached
|
|
|
|
dn = diff --numstat
|
|
|
|
ss = status
|
|
|
|
a = add
|
2023-03-27 07:58:38 +00:00
|
|
|
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
|
2022-12-27 10:45:35 +00:00
|
|
|
[push]
|
|
|
|
autoSetupRemote = true
|
|
|
|
default = current
|