From 142737f8c0fc57a9e125bd906884283f779248a9 Mon Sep 17 00:00:00 2001 From: Tommy Date: Mon, 25 Dec 2023 03:59:49 -0700 Subject: [PATCH] Create .gitconfig Signed-off-by: Tommy --- .gitconfig | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .gitconfig diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..06710f9 --- /dev/null +++ b/.gitconfig @@ -0,0 +1,17 @@ +[filter "lfs"] + smudge = git-lfs smudge -- %f + process = git-lfs filter-process + required = true + clean = git-lfs clean -- %f +[user] + name = Tommy + email = contact@tommytran.io + signingkey = 7BB740F4C6E30F43D4076F03555C902A34EC968F +[commit] + gpgsign = true +[pull] + rebase = true +[fetch] + prune = true +[diff] + colorMoved = zebra