From 44868ebfffb3ce20a20bf393c7d880cc4c729960 Mon Sep 17 00:00:00 2001 From: A Farzat Date: Sun, 6 Oct 2024 17:29:11 +0900 Subject: Add git config --- .config/git/config | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .config/git/config (limited to '.config/git/config') diff --git a/.config/git/config b/.config/git/config new file mode 100644 index 0000000..fe7f4ea --- /dev/null +++ b/.config/git/config @@ -0,0 +1,22 @@ +[alias] + graph = log --oneline --decorate --graph --all +[merge] + tool = vimdiff +[user] + email = a@farzat.xyz + name = A Farzat +[core] + bare = false +[mergetool "vimdiff"] + path = nvim +[init] + defaultBranch = master +[fetch] + prune = true +[sendemail] + smtpserver = mail.farzat.xyz + smtpuser = a@farzat.xyz + smtpencryption = tls + smtpserverport = 587 +[credential] + helper = /usr/lib/git-core/git-credential-libsecret -- cgit v1.2.3-70-g09d2