Skip to content

Instantly share code, notes, and snippets.

@minghu6
minghu6 / .gitconfig
Last active February 24, 2023 02:03 — forked from pksunkara/config
Sample of git config file (Example .gitconfig)
[filter "lfs"]
process = git-lfs filter-process
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
[user]
name = minghu6
email = a19678zy@163.com
[color]