From 0b9f4a71704228db6e97c57357f0a1955bb70d6d Mon Sep 17 00:00:00 2001 From: surtur Date: Thu, 20 May 2021 21:04:45 +0200 Subject: [PATCH] add .gitconfig --- .gitconfig | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .gitconfig diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..f6d5f6a --- /dev/null +++ b/.gitconfig @@ -0,0 +1,30 @@ +[user] + name = surtur + email = a_mirre@utb.cz +[commit] + gpgsign = true +[oh-my-zsh] + hide-status = 1 +[cola] + spellcheck = false + statusshowtotals = true +[color] + ui = auto +[tag] + gpgsign = true +[pull] + ff = only +[filter "lfs"] + clean = git-lfs clean -- %f + smudge = git-lfs smudge -- %f + process = git-lfs filter-process + required = true +[core] + quotePath = false + commitGraph = true +[receive] + advertisePushOptions = true +[push] + gpgSign = if-asked +[gc] + writeCommitGraph = true