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 -------------------------------------------- 1 file changed, 44 deletions(-) delete mode 100644 .gitconfig (limited to '.gitconfig') 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 -- cgit v1.2.3-70-g09d2