Files
dotfiles/git/.config/git/config

14 lines
209 B
Plaintext

# This is Git's per-user configuration file.
[user]
name = Eric Torres
email = eric.torres@its-et.me
[core]
pager = nvim -R
[color]
pager = no
[init]
defaultBranch = main
[push]
autoSetupRemote = true