11 lines
179 B
Plaintext
11 lines
179 B
Plaintext
# This is Git's per-user configuration file.
|
|
[user]
|
|
name = Eric Torres
|
|
email = erictorres4@protonmail.com
|
|
[core]
|
|
pager = nvim -R
|
|
[color]
|
|
pager = no
|
|
[init]
|
|
defaultBranch = main
|