From 6adfb3bbdcf0a3b759a3e06dfa46da1db060f452 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Tue, 12 Oct 2021 00:05:09 +0300 Subject: gitconfig: separate configs per machine --- .gitconfig##h.luchs | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 .gitconfig##h.luchs (limited to '.gitconfig##h.luchs') diff --git a/.gitconfig##h.luchs b/.gitconfig##h.luchs new file mode 100644 index 0000000..bd7343f --- /dev/null +++ b/.gitconfig##h.luchs @@ -0,0 +1,44 @@ +[user] + name = Yigit Sever + email = yigit@yigitsever.com + signingkey = 1FCC8C71 +[core] + autocrlf = input + safecrlf = true + pager = diff-so-fancy | less --tabs=4 -RFX + excludesfile = ~/.cvsignore +[alias] + co = checkout + ci = commit + st = status + br = branch + hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short + type = cat-file -t + dump = cat-file -p + adog = log --all --decorate --oneline --graph +[credential] + helper = cache --timeout=3600 +[color] + ui = true +[color "diff-highlight"] + oldNormal = red bold + oldHighlight = red bold 52 + newNormal = green bold + newHighlight = green bold 22 +[color "diff"] + meta = yellow + frag = magenta bold + commit = yellow bold + old = red bold + new = green bold + whitespace = red reverse +[commit] + gpgsign = true +[sendemail] + smtpserver = /usr/bin/msmtp + smtpserveroption = -a + smtpserveroption = ceng_argor +[pull] + ff = only +[init] + defaultBranch = main -- cgit v1.2.3-61-g4310