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 | 44 -------------------------------------------- .gitconfig##h.luchs | 44 ++++++++++++++++++++++++++++++++++++++++++++ .gitconfig##h.maus | 44 ++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 88 insertions(+), 44 deletions(-) delete mode 100644 .gitconfig create mode 100644 .gitconfig##h.luchs create mode 100644 .gitconfig##h.maus diff --git a/.gitconfig b/.gitconfig deleted file mode 100644 index 76c9a91..0000000 --- a/.gitconfig +++ /dev/null @@ -1,44 +0,0 @@ -[user] - name = Yigit Sever - email = yigit@ceng.metu.edu.tr - signingkey = B87B63C533C38A88 -[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 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 diff --git a/.gitconfig##h.maus b/.gitconfig##h.maus new file mode 100644 index 0000000..76c9a91 --- /dev/null +++ b/.gitconfig##h.maus @@ -0,0 +1,44 @@ +[user] + name = Yigit Sever + email = yigit@ceng.metu.edu.tr + signingkey = B87B63C533C38A88 +[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-70-g09d2