summaryrefslogtreecommitdiffstats
path: root/.gitconfig##h.lowe
diff options
context:
space:
mode:
authorYigit Sever2021-10-13 16:34:04 +0300
committerYigit Sever2021-10-13 16:34:04 +0300
commit0806b6150cab08cb0525eef337cd88c969054ae1 (patch)
tree5b7d5f6524b803242420605926b7f03653df2470 /.gitconfig##h.lowe
parent59f586eb1334c4d370ed5cb4bb59b13d95f22ec3 (diff)
downloaddotfiles-0806b6150cab08cb0525eef337cd88c969054ae1.tar.gz
dotfiles-0806b6150cab08cb0525eef337cd88c969054ae1.tar.bz2
dotfiles-0806b6150cab08cb0525eef337cd88c969054ae1.zip
lowe: setup
diffstat (limited to '.gitconfig##h.lowe')
-rw-r--r--.gitconfig##h.lowe44
1 files changed, 44 insertions, 0 deletions
diff --git a/.gitconfig##h.lowe b/.gitconfig##h.lowe
new file mode 100644
index 0000000..e66c268
--- /dev/null
+++ b/.gitconfig##h.lowe
@@ -0,0 +1,44 @@
1[user]
2 name = Yigit Sever
3 email = yigit@ceng.metu.edu.tr
4 signingkey = 29515969
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