summaryrefslogtreecommitdiffstats
path: root/.gitconfig
diff options
context:
space:
mode:
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig44
1 files changed, 0 insertions, 44 deletions
diff --git a/.gitconfig b/.gitconfig
deleted file mode 100644
index 76c9a91..0000000
--- a/.gitconfig
+++ /dev/null
@@ -1,44 +0,0 @@
1[user]
2 name = Yigit Sever
3 email = yigit@ceng.metu.edu.tr
4 signingkey = B87B63C533C38A88
5[core]
6 autocrlf = input
7 safecrlf = true
8 pager = diff-so-fancy | less --tabs=4 -RFX
9 excludesfile = ~/.cvsignore
10[alias]
11 co = checkout
12 ci = commit
13 st = status
14 br = branch
15 hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short
16 type = cat-file -t
17 dump = cat-file -p
18 adog = log --all --decorate --oneline --graph
19[credential]
20 helper = cache --timeout=3600
21[color]
22 ui = true
23[color "diff-highlight"]
24 oldNormal = red bold
25 oldHighlight = red bold 52
26 newNormal = green bold
27 newHighlight = green bold 22
28[color "diff"]
29 meta = yellow
30 frag = magenta bold
31 commit = yellow bold
32 old = red bold
33 new = green bold
34 whitespace = red reverse
35[commit]
36 gpgsign = true
37[sendemail]
38 smtpserver = /usr/bin/msmtp
39 smtpserveroption = -a
40 smtpserveroption = ceng_argor
41[pull]
42 ff = only
43[init]
44 defaultBranch = main