chore: squash history

This commit is contained in:
2026-06-17 19:30:07 +02:00
commit 2601041008
18 changed files with 2203 additions and 0 deletions
Executable
+18
View File
@@ -0,0 +1,18 @@
[user]
name = Sebastian Krüger
email = valknar@pivoine.art
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[core]
editor = nano
[init]
defaultBranch = main
[alias]
squash-all = "!f(){ git reset $(git commit-tree \"HEAD^{tree}\" \"$@\");};f"
[push]
autoSetupRemote = true
[pull]
ff = only