Files
home-scripts/setups/gitconfig
2026-05-20 00:07:52 -04:00

10 lines
166 B
Plaintext

[user]
email = aaron@nytework.com
name = Aaron Gorodetzky
[credential]
helper = store --file ~/.git-credentials
[init]
defaultBranch = main
[pull]
rebase = true