dotfiles/git/.global-config

9 lines
238 B
Plaintext

# This is Git's per-user configuration file.
[user]
# Please adapt and uncomment the following lines:
name = Huy Ngo
email = duchuy29092000@gmail.com
[credential]
helper = store --file ~/.my-credentials
helper = cache --timeout 30000