Skip to content

Instantly share code, notes, and snippets.

remi hmRemi

View GitHub Profile
@hmRemi
hmRemi / .gitconfig
Last active September 18, 2025 08:51 — forked from anbergem/.gitconfig
Preferred git config
[filter "lfs"]
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
clean = git-lfs clean -- %f
[user]
name = Andreas Bergem
email = ...
[init]
defaultBranch = main