# ~/.gitconfig — copy to `dot_gitconfig` in your fork and replace the # placeholders with your name/email. [user] email = name = # git-lfs (optional — only useful if you commit binary assets) # [filter "lfs"] # clean = git-lfs clean -- %f # smudge = git-lfs smudge -- %f # process = git-lfs filter-process # required = true [init] defaultBranch = main [pull] rebase = false