dotfiles/git/gitconfig

10 lines
148 B
Plaintext
Raw Normal View History

2023-07-14 22:39:37 +02:00
# This is Git's per-user configuration file.
[user]
name = gpkvt
email = git@21x9.org
[pull]
ff = only
[credential]
helper = store