Files
config/.gitconfig
2025-10-15 10:05:23 +02:00

43 lines
1.1 KiB
INI

[safe]
directory = *
[user]
name = PhatPhuckDave
email = david.majdandzic@hotmail.com
[credential "helperselector"]
selected = manager
[credential "https://git.site.quack-lab.dev"]
provider = generic
[core]
autocrlf = true
# pager = delta --line-numbers --dark
[diff "pandoc"]
textconv=pandoc --to=markdown
prompt=false
[alias]
wdiff=diff --word-diff=color --unified=1
[init]
defaultBranch = master
# [diff "dotnet-dll"]
# textconv = powershell -ExecutionPolicy Bypass -File "C:/Users/Administrator/Seafile/Other/dll2txt.ps1" $1 $TEMP/decompiled_output.cs
# cachetextconv = true
# [difftool "difftastic"]
# cmd = difft "$MERGED" "$LOCAL" "abcdef1" "100644" "$REMOTE" "abcdef2" "100644"
# [diff]
# tool = difftastic
# [difftool]
# prompt = false
[http]
schannelCheckRevoke = false
sslBackend = schannel
[push]
default = upstream
[filter "lfs"]
process = git-lfs filter-process
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
[credential "https://forgejo.fractal-tess.xyz"]
provider = generic
[pull]
rebase = true