Skip to content

Instantly share code, notes, and snippets.

@andmax
andmax / .gitconfig
Created November 27, 2023 13:55
Good ~/.gitconfig with helpful aliases
[user]
name = Andre Maximo
email = [email protected]
[credential]
helper = cache --timeout=3600
[core]
editor = emacs -nw
[filter "lfs"]
required = true
clean = git-lfs clean -- %f