diff options
author | Yigit Sever | 2021-10-12 00:05:09 +0300 |
---|---|---|
committer | Yigit Sever | 2021-10-12 00:05:09 +0300 |
commit | 6adfb3bbdcf0a3b759a3e06dfa46da1db060f452 (patch) | |
tree | 851cb9fd1870a7dc0f55753cffbf92763c70b552 | |
parent | e05ce1a320750bb6adda1985542c44675334161b (diff) | |
download | dotfiles-6adfb3bbdcf0a3b759a3e06dfa46da1db060f452.tar.gz dotfiles-6adfb3bbdcf0a3b759a3e06dfa46da1db060f452.tar.bz2 dotfiles-6adfb3bbdcf0a3b759a3e06dfa46da1db060f452.zip |
gitconfig: separate configs per machine
-rw-r--r-- | .gitconfig##h.luchs | 44 | ||||
-rw-r--r-- | .gitconfig##h.maus (renamed from .gitconfig) | 0 |
2 files changed, 44 insertions, 0 deletions
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 @@ | |||
1 | [user] | ||
2 | name = Yigit Sever | ||
3 | email = yigit@yigitsever.com | ||
4 | signingkey = 1FCC8C71 | ||
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 | ||
diff --git a/.gitconfig b/.gitconfig##h.maus index 76c9a91..76c9a91 100644 --- a/.gitconfig +++ b/.gitconfig##h.maus | |||