Update git directory

This commit is contained in:
Huy Ngo 2020-05-12 14:53:15 +07:00
parent cab3f5d079
commit c886d135ad
1 changed files with 10 additions and 0 deletions

10
git/.global-config Normal file
View File

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