From c886d135ad1ca3651354d1fed9c90f333561b966 Mon Sep 17 00:00:00 2001 From: Huy Ngo Date: Tue, 12 May 2020 14:53:15 +0700 Subject: [PATCH] Update git directory --- git/.global-config | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 git/.global-config diff --git a/git/.global-config b/git/.global-config new file mode 100644 index 0000000..aa29ec0 --- /dev/null +++ b/git/.global-config @@ -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